small change

remove security file from update and add in to init section
and add attribute noupdate="1" in data tag

bzr revid: mga@tinyerp.com-5c89eff72b4745404fd0ee825608eee90e954693
This commit is contained in:
Mantavya Gajjar 2008-03-28 06:16:28 +00:00
parent bed4691af6
commit 23e249c383
2 changed files with 3 additions and 3 deletions

View File

@ -14,11 +14,11 @@
You can assign several contracts per employee.
""",
"init_xml" : ["hr_contract_data.xml"],
"init_xml" : ["hr_contract_data.xml", "hr_contract_security.xml"],
"demo_xml" : [],
"update_xml" : [
"hr_contract_view.xml",
"hr_contract_security.xml"
],
"active": False,
"installable": True

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<terp>
<data>
<data noupdate="1">
<!-- Department security -->
<record model="ir.model.access" id="access_hr_contract_period">