← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

** Attachment added: "Dashboard.ogv"
   https://bugs.launchpad.net/openobject-server/+bug/768996/+attachment/2092570/+files/Dashboard.ogv

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

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

Title:
  Dashboard Inheritance(example Sale Dashboard)

Status in OpenERP Server:
  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