[IMP] account_followup, account_analytic_default: added newly created security files in __openerp__.py file

bzr revid: mtr@mtr-20110620115237-f0p0jho7gv4oyzgl
This commit is contained in:
mtr 2011-06-20 17:22:37 +05:30
parent eadf55ff5e
commit 307197d8e9
2 changed files with 6 additions and 1 deletions

View File

@ -38,7 +38,11 @@ Allows to automatically select analytic accounts based on criterions:
'images' : ['images/analytic_defaults.jpeg'],
'depends' : ['sale'],
'init_xml' : [],
'update_xml': ['security/ir.model.access.csv', 'account_analytic_default_view.xml'],
'update_xml': [
'security/ir.model.access.csv',
'security/account_analytic_default_security.xml',
'account_analytic_default_view.xml'
],
'demo_xml' : [],
'installable': True,
'active': False,

View File

@ -47,6 +47,7 @@ Note that if you want to check the followup level for a given partner/account en
'depends': ['account'],
'init_xml': [],
'update_xml': [
'security/account_followup_security.xml',
'security/ir.model.access.csv',
'wizard/account_followup_print_view.xml',
'report/account_followup_report.xml',