← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 701644] Re: Update to current trunk breaks menus

 

Thanks for the feedback Raphael.

I've tried the same way out as you mentioned on bug 673614 like
x.y.view_id. And, I got the same error of many DOTs.

OpenERP has a standard for any XMLID as a name without DOT and if a DOT is specified, it is to be understood as DOT is separated by MODULE and XMLID which interprets as the XMLID has been referred from MODULE module.
e.g. base.group_extended

Specifying more than one DOTs just confuses the server and makes it
impossible to track for the server to find the root module of that
xmlid. Thus, it has been asserted by the assert tag and server throws an
assertion failure that you have specified more than one DOTs.

Possibly,this is what unmatched to self.loads
{(MODULE_NAME,XML_ID):(MODEL_NAME,ID in DATABASE)}.

Additionally note that, having such an XMLID breaks the loading, but
doesn't call deletion of menus at all.

Ultimately, the current issue is still a mystery.

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