[IMP] crm: remove the menu of lead category

bzr revid: sbh@tinyerp.com-20100129103920-nrlpwzc35auiddw5
This commit is contained in:
sbh (Open ERP) 2010-01-29 16:09:20 +05:30
parent dfcb275af7
commit 85d212efe6
1 changed files with 0 additions and 12 deletions

View File

@ -2,18 +2,6 @@
<openerp>
<data>
# ------------------------------------------------------
# Leads Categories
# ------------------------------------------------------
<record id="crm_lead_categ_action" model="ir.actions.act_window">
<field name="name">Lead Categories</field>
<field name="res_model">crm.case.categ</field>
<field name="view_type">form</field>
<field name="view_id" ref="crm.crm_case_categ_tree-view"/>
<field name="domain">[('object_id.model', '=', 'crm.lead')]</field>
<field name="context">{'object_id':'crm.lead'}</field>
</record>
<menuitem action="crm_lead_categ_action" id="menu_crm_case_lead-act" parent="crm.menu_crm_case_categ"/>
# ------------------------------------------------------