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.
 
 
 
 
 

14 lines
632 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- This XML code defines a record action for the product dashboard.-->
<record id="product_template_dashboard_action" model="ir.actions.client">
<field name="name">Dashboard</field>
<field name="tag">product_dashboard_tag</field>
</record>
<!-- This XML code defines a menu item for a product dashboard. -->
<menuitem id="product_template_menu_dashboard"
name="Dashboard"
parent="product_management_app.product_template_menu"
action="product_template_dashboard_action"
sequence="-10"/>
</odoo>