From cd90330a558444dd60fd22fccfb6740f26d51327 Mon Sep 17 00:00:00 2001 From: qdp <> Date: Wed, 2 Apr 2008 10:42:14 +0000 Subject: [PATCH] * moving hr_security.xml from "init_xml" to "update_xml" to correct a bug when installing the HR module bzr revid: qdp-a4aeff5fad2b9e4138f1bf1db6a72b1e7ea691e2 --- addons/hr/__terp__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/hr/__terp__.py b/addons/hr/__terp__.py index 76b45ffa550..7f2777d0d4c 100644 --- a/addons/hr/__terp__.py +++ b/addons/hr/__terp__.py @@ -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