← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 768996] Re: Dashboard Inheritance(example Sale Dashboard)

 

Hello,

This issue tends to arise from web client. moving to proper project


Thanks !

** Project changed: openobject-server => openobject-client-web

** Changed in: openobject-client-web
     Assignee: OpenERP's Framework R&D (openerp-dev-framework) => OpenERP SA's Web Client R&D (openerp-dev-web)

-- 
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 Web Client:
  Confirmed

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


References