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

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