c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12469
[Bug 701644] Re: Update to current trunk breaks menus
Thanks for being quick Raphael,
The solves the issue, but doesn't hide,speaking honestly.
We need to think why the self.loads{} has no entry for module and its
xml_id.
I have been going through some reverse engineering how to generate this error and I see the root leading me to:
self._unlink_mark --->self.loads -->def _update_dummy inside ir_model.py.
Try except block can play a vital but villion 's role.
I will post more as I investigate more.
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/701644
Title:
Update to current trunk breaks menus
Status in OpenObject Server:
Incomplete
Bug description:
When updating to the current trunk even from last friday, the home
menus are broken. The accounting menu is missing all of the items, and
the home menu displays incorrect items.
While --update=all it deletes several ir records and throws a few
errors.
Steps to reproduce.
Have a week old installation, download latest sources then update.
Menus broken.
Something to do with base.ir.model.data, and views deletes a ton of
records. Also points to res.groups could not delete.
References