Add project_security.xml file entry in update_xml section

bzr revid: mga@tinyerp.com-1950891d2c32d7af7c7ba38518a3abdba822b091
This commit is contained in:
Mantavya Gajjar 2008-02-21 11:26:49 +00:00
parent 8c61d230c6
commit 924ef13952
1 changed files with 8 additions and 1 deletions

View File

@ -8,7 +8,14 @@
"description": "Project management module that track multi-level projects, tasks, works done on tasks, eso. It is able to render planning, order tasks, eso.",
"init_xml" : [],
"demo_xml" : ["project_demo.xml"],
"update_xml": ["project_data.xml", "project_wizard.xml", "project_view.xml", "project_report.xml", "project_workflow.xml"],
"update_xml": [
"project_data.xml",
"project_wizard.xml",
"project_view.xml",
"project_report.xml",
"project_workflow.xml",
"project_security.xml",
],
"active": False,
"installable": True
}