← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

@Kyle: thanks for posting the full log, it's useful, and already tells
us a few things about what is not the problem: e.g addons-path, double
update of base module, etc.

@Raphael: I can't think of any obvious reason why
base_external_referentials could cause an issue, unless it creates badly
named ir.model.data entries with 'base' as the module? Then perhaps it
could interact with the update process. In any case, creating entries in
ir.model.data outside of a module should always be done with
noupdate=False, otherwise all these records will be dropped the next
time the referenced module is upgraded (referenced module = module whose
name is used in these additional ir.model.data entries)

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