Skip to content
Snippets Groups Projects
Commit 707e5ea8 authored by Yannick Tivisse's avatar Yannick Tivisse
Browse files

[FIX] sale: Don't hide `CRM` menuitem when installing ecommerce

parent 5dfd342d
No related branches found
No related tags found
No related merge requests found
addons/sale/static/description/icon.png

1.98 KiB

......@@ -17,7 +17,7 @@ We suggest you to install this module, if you installed both the sale and the cr
modules.
""",
'website': 'https://www.odoo.com/page/crm',
'depends': ['sale_management', 'crm'],
'depends': ['sale', 'crm'],
'data': [
'security/ir.model.access.csv',
'views/partner_views.xml',
......
......@@ -6,7 +6,11 @@
This menu item's purpose is to rename it into 'Sales' in the
case that CRM was installed after Sales
-->
<menuitem name="Sales" id="sales_team.menu_base_partner"/>
<record id="sales_team.menu_base_partner" model="ir.ui.menu">
<field name="name">Sales</field>
<field name="active" eval="True"/>
</record>
<record id="crm_case_form_view_oppor" model="ir.ui.view">
<field name="name">crm.lead.oppor.inherited.crm</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment