[Fix] product_margin: Add security file

bzr revid: sbh@tinyerp.com-20100622065706-0luisuoaildqmil3
This commit is contained in:
sbh (Open ERP) 2010-06-22 12:27:06 +05:30
parent 8e1638cbec
commit 752bce134a
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,10 @@ the report has several options to help you get the data you need.
""",
'author': 'Tiny',
'depends': ['base', 'product', 'account'],
'update_xml': ['wizard/product_margin_view.xml','product_margin_view.xml'],
'update_xml': [
'security/ir.model.access.csv',
'wizard/product_margin_view.xml',
'product_margin_view.xml'],
'demo_xml': [],
'installable': True,
'active': False,