Skip to content
Snippets Groups Projects
Commit 307197d8 authored by Meera Trambadia's avatar Meera Trambadia
Browse files

[IMP] account_followup, account_analytic_default: added newly created security...

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

bzr revid: mtr@mtr-20110620115237-f0p0jho7gv4oyzgl
parent eadf55ff
Branches
Tags
No related merge requests found
......@@ -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,
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment