Skip to content
Snippets Groups Projects
Commit e99ca925 authored by Patrick Hoste's avatar Patrick Hoste Committed by Thibault Delavallée
Browse files

[IMP] crm: remove duplicate leads menu


By default the main Leads menu doesn't have a submenu anymore
But when the website_crm_score module is installed, it appears
as a submenu like before

PR : #34595
Task ID : 2031626

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent faec2023
Branches
Tags
No related merge requests found
......@@ -942,12 +942,6 @@ if record:
action="base.action_partner_form"
sequence="5"/>
<menuitem id="crm_menu_leads"
name="Leads"
parent="crm_menu_root"
groups="crm.group_use_lead"
sequence="5"/>
<!-- Lead Menu -->
<record model="ir.actions.act_window" id="crm_lead_all_leads">
<field name="name">Leads</field>
......@@ -998,13 +992,12 @@ if record:
<field name="act_window_id" ref="crm_lead_all_leads"/>
</record>
<menuitem
id="menu_crm_leads"
<menuitem id="crm_menu_leads"
name="Leads"
parent="crm_menu_leads"
sequence="1"
parent="crm_menu_root"
groups="crm.group_use_lead"
action="crm_lead_all_leads"
groups="crm.group_use_lead"/>
sequence="5"/>
<!-- 'My Pipeline' menu : Server action, act_window_views and act_windows -->
<record model="ir.actions.act_window" id="crm_lead_opportunities">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment