Skip to content
Snippets Groups Projects
Commit 09b4d747 authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[CLEAN] crm: put menu xml data in views folder instead of data folder

parent 153d698f
Branches
Tags
No related merge requests found
......@@ -41,7 +41,6 @@ Dashboard for CRM will include:
'web_tour',
],
'data': [
'data/tour_data.xml',
'data/crm_activity_data.xml',
'data/crm_data.xml',
'data/crm_stage_data.xml',
......
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Make the xmlid of menus required by the CRM tour available in webclient -->
<record id="sales_team.menu_base_partner" model="ir.ui.menu">
<field name="load_xmlid" eval="True"/>
</record>
<record id="base.menu_administration" model="ir.ui.menu">
<field name="load_xmlid" eval="True"/>
</record>
</odoo>
......@@ -34,4 +34,12 @@
sequence="0"
groups="sales_team.group_sale_manager"/>
<!-- Make the xmlid of menus required by the CRM tour available in webclient -->
<record id="sales_team.menu_base_partner" model="ir.ui.menu">
<field name="load_xmlid" eval="True"/>
</record>
<record id="base.menu_administration" model="ir.ui.menu">
<field name="load_xmlid" eval="True"/>
</record>
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment