c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #29535
[Bug 817444] Re: The context is not passed to child actions of a board
Vinay, I'm not sure it's a whishlist. The context must be passed to
these children actions. Wishlist are never implemented, and this is
important, anyway, from my pov ;-)
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/817444
Title:
The context is not passed to child actions of a board
Status in OpenERP Server:
Confirmed
Bug description:
As you know, a board is a group of actions. The problem is that the
context is not passed to the child actions. This means that you can't
apply a domain based on the context on these actions. There are only a
few variables defined (uid, etc).
A very good feature could be to access the context from these domains
to be able, for example, to show a dashboard specific for a customer,
by defining a domain like "[('partner_id', '=',
context.get(active_id))]".
We could then imagine a link on the customer right pane "Customer
Dashboard" with all informations specific to this customer in the
dashboard (His orders, invoices, etc).
This is not a big modification on clients side, and it could bring a
big new feature!
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/817444/+subscriptions
References