* moving hr_security.xml from "init_xml" to "update_xml" to correct a bug when installing the HR module

bzr revid: qdp-a4aeff5fad2b9e4138f1bf1db6a72b1e7ea691e2
This commit is contained in:
qdp 2008-04-02 10:42:14 +00:00
parent 06e16e3301
commit cd90330a55
1 changed files with 3 additions and 3 deletions

View File

@ -14,18 +14,18 @@
Different reports are also provided, mainly for attendance statistics.
""",
"depends" : ["base"],
"init_xml" : ["hr_security.xml"],
"init_xml" : [],
"demo_xml" : [
"hr_demo.xml",
"hr_bel_holidays_2005.xml",
"hr_department_demo.xml"
"hr_department_demo.xml",
],
"update_xml" : [
"hr_view.xml",
"hr_security.xml",
"hr_report.xml",
"hr_wizard.xml",
"hr_department_view.xml",
],
"active": False,
"installable": True