Hello, Thanks for the reporting!
I am confirming this issue because I have faced the same traceback at my end. Please see the attached video Thanks. -- 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". _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

