← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 510668] Re: init_xml also updates security/ir.model.access.csv

 

What I meant is that _init_xml and _update_xml are kind of deprecated in
6.0, and replace by the simpler 'data' section in the __openerp__.py
module descriptor.

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

Title:
  init_xml also updates security/ir.model.access.csv 

Status in OpenObject Server:
  Invalid

Bug description:
  if we provide a security/ir.model.access.csv file for access rights on init_xml instead update_xml,
it also updates the csv though it was shifted to init_xml.....