You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
487 B
12 lines
487 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Defining CRM Dashboard Action -->
|
|
<record id="action_crm_lead_all_dashboard" model="ir.actions.client">
|
|
<field name="name">CRM</field>
|
|
<field name="tag">crm_dashboard</field>
|
|
</record>
|
|
<!-- Adding CRM Dashboard to the CRM Menu -->
|
|
<menuitem name="Dashboard" id="crm_dashboard_menu"
|
|
parent="crm.crm_menu_root"
|
|
sequence="0" action="action_crm_lead_all_dashboard"/>
|
|
</odoo>
|
|
|