← Back to team overview

openerp-dev-web team mailing list archive

[Bug 768996] [NEW] Dashboard Inheritance(example Sale Dashboard)

 

Naresh(OpenERP) (nch-openerp) has assigned this bug to you for OpenERP Web Client:

If a particular dashboard is inherited, and if I try to drag/re arrange actions of  <child1> or <child2> node from web-client, it gives me an inheritance error "parent not found" as view definition get update as user changes the way views are shown on dashboard.
You can trace this error by installing sale_crm module.
Here, the crm dashboard is inherited to replace actions from both child1 and child2.
<xpath expr="/form/hpaned/child1/action[@string='My Open Opportunities']" position="after">
                           <action
                               string="My Quotations"
                               name="%(action_quotation_for_sale_crm)d"
                               colspan="4"
                               height="150"
                               groups="base.group_sale_salesman,base.group_sale_manager,account.group_account_user,stock.group_stock_user"
                               width="510"/>
                   </xpath>

----
And after installing this module, if I drag action from child1 window, it throws an error stating "Parent 'My Open Opportunities' could not found".

** Affects: openobject-client-web
     Importance: Low
     Assignee: OpenERP SA's Web Client R&D (openerp-dev-web)
         Status: Confirmed

-- 
Dashboard Inheritance(example Sale Dashboard)
https://bugs.launchpad.net/bugs/768996
You received this bug notification because you are a member of OpenERP SA's Web Client R&D, which is a bug assignee.