Add crm_security.xml file entry in update_xml section

bzr revid: mga@tinyerp.com-80638551c5a66adf0a49181f6ff6ae283ced3709
This commit is contained in:
Mantavya Gajjar 2008-02-21 12:10:48 +00:00
parent 13c3246c26
commit 0c6930f193
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ between mails and Tiny ERP.""",
"depends" : ["base", "account"],
"init_xml" : ["crm_data.xml"],
"demo_xml" : ["crm_demo.xml"],
"update_xml" : ["crm_view.xml", "crm_report.xml", "crm_wizard.xml"],
"update_xml" : ["crm_view.xml", "crm_report.xml", "crm_wizard.xml","crm_security.xml"],
"active": False,
"installable": True
}