← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Public bug reported:

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-server
     Importance: Undecided
         Status: New

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

Title:
  Dashboard Inheritance(example Sale Dashboard)

Status in OpenERP Server:
  New

Bug description:
  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".


Follow ups

References