The context is not passed to child actions of a board

Bug #817444 reported by Thibaut DIRLIK (Logica)
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Confirmed
Wishlist
OpenERP's Framework R&D

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!

Changed in openobject-server:
assignee: nobody → OpenERP's Framework R&D (openerp-dev-framework)
importance: Undecided → Wishlist
status: New → Confirmed
Revision history for this message
Thibaut DIRLIK (Logica) (thibaut-dirlik) wrote :

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 ;-)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.