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.
 
 
 
 
 

13 lines
571 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- The client action record to view the Dashboard-->
<record id="dashboard_menu_root_action" model="ir.actions.client">
<field name="name">Dashboard</field>
<field name="tag">advanced_dynamic_dashboard</field>
</record>
<!-- Dynamic Dashboards menu-->
<menuitem id="dashboard_menu_root" name="Dynamic Dashboards"
action="dashboard_menu_root_action"
web_icon="advanced_dynamic_dashboard,static/description/icon.png"
sequence="-1"/>
</odoo>