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
711 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Action to show the dashboard-->
<record id="dynamic_dashboard_action" model="ir.actions.client">
<field name="name">Dashboard</field>
<field name="tag">owl.dynamic_dashboard</field>
</record>
<!-- Menu Item to show the dashboard module-->
<menuitem name="Dashboard" id="menu_dashboard" sequence="0" web_icon="odoo_dynamic_dashboard,static/description/icon.png"/>
<!-- Menu Item to show the dashboards menu in the dashboard module-->
<menuitem name="Dashboards" id="menu_dynamic_dashboard" parent="odoo_dynamic_dashboard.menu_dashboard"
sequence="1" action="dynamic_dashboard_action"/>
</odoo>