Add mrp_security.xml file entry in update_xml section

bzr revid: mga@tinyerp.com-a67ea17a5d000cd2e476394966409b261e6f2d8b
This commit is contained in:
Mantavya Gajjar 2008-03-18 12:04:42 +00:00
parent 40b5636662
commit 89d6b2a58c
1 changed files with 8 additions and 1 deletions

View File

@ -33,7 +33,14 @@
""",
"init_xml" : [],
"demo_xml" : ["mrp_demo.xml","mrp_order_point.xml"],
"update_xml" : ["mrp_workflow.xml", "mrp_data.xml","mrp_view.xml", "mrp_wizard.xml", "mrp_report.xml"],
"update_xml" : [
"mrp_workflow.xml",
"mrp_data.xml",
"mrp_view.xml",
"mrp_wizard.xml",
"mrp_report.xml",
"mrp_security.xml",
],
"active": False,
"installable": True
}