← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 817444] Re: The context is not passed to child actions of a board

 

** Changed in: openobject-server
   Importance: Undecided => Wishlist

** Changed in: openobject-server
       Status: New => Confirmed

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

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