crm: fix demo data

bzr revid: ced-e690e203010d903b5f8caadb328f4c86255a0007
This commit is contained in:
ced 2007-07-23 05:16:14 +00:00
parent d9d0678328
commit 88982cc3dd
2 changed files with 2 additions and 4 deletions

View File

@ -65,7 +65,7 @@
<function
model="crm.case.section"
name="menu_create"
eval="([section_support], 'Helpdesk', menu_crm)"/>
eval="([section_support], 'Helpdesk', ref('menu_crm'))"/>
# --------------------------------------------------------------
# Demo Cases

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<terp>
<data>
<menuitem name="CRM &amp; SRM" icon="terp-crm" id="menu_crm_root"/>
<menuitem name="CRM &amp; SRM" icon="terp-crm" id="menu_crm"/>
<record model="ir.ui.view" id="res_partner_events-wopartner-view">
<field name="name">res.partner.events.form</field>
@ -19,8 +19,6 @@
</field>
</record>
<menuitem name="CRM &amp; SRM" id="menu_crm" icon="terp-crm"/>
# ------------------------------------------------------
# Case Sections
# ------------------------------------------------------