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-d783aa0ff31e316cd7826472de740f2d20e92805
This commit is contained in:
Mantavya Gajjar 2008-03-28 06:11:32 +00:00
parent 5581b5d310
commit 6e0ffbf3ce
2 changed files with 4 additions and 4 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"],
"init_xml" : ["crm_data.xml", "crm_security.xml"],
"demo_xml" : ["crm_demo.xml"],
"update_xml" : ["crm_view.xml", "crm_report.xml", "crm_wizard.xml","crm_security.xml"],
"update_xml" : ["crm_view.xml", "crm_report.xml", "crm_wizard.xml",],
"active": False,
"installable": True
}

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<terp>
<data>
<data noupdate="1">
<record model="res.groups" id="group_crm_manager">
<field name="name">Customer Executive - Manager</field>
@ -11,7 +11,7 @@
</record>
<record model="res.users" id="base.user_admin">
<field name="groups_id" eval="[(6, 0, [ref('base.group_admin'), ref('group_crm_manager'),ref('group_crm_member')])]"/>
<field name="groups_id" eval="[ (4 ,ref('base.group_admin')), (4, ref('group_crm_manager')), (4, ref('group_crm_member')) ]"/>
</record>
<!-- CRM Case security -->