move security file from init section to update section

bzr revid: mga@tinyerp.com-d41abfca2be5f5c81309426bce2b7e68b238b885
This commit is contained in:
Mantavya Gajjar 2008-04-09 06:10:04 +00:00
parent 38298e60f4
commit ce147c1b90
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ place.
The CRM module has a email gateway for the synchronisation interface
between mails and Tiny ERP.""",
"depends" : ["base", "account"],
"init_xml" : ["crm_data.xml", "crm_security.xml"],
"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
}