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
543 B
13 lines
543 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Adding action for the menu itme-->
|
|
<record id="fleet_advanced_dashboard_action" model="ir.actions.client">
|
|
<field name="name">Dashboard</field>
|
|
<field name="tag">fleet_advanced_dashboard_tags</field>
|
|
</record>
|
|
<!-- Adding menu item to the fleet module-->
|
|
<menuitem name="Dashboard" id="fleet_vehicle_dashboard_action"
|
|
action="fleet_advanced_dashboard_action"
|
|
sequence="1"
|
|
parent="fleet.menu_root"/>
|
|
</odoo>
|
|
|