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.
11 lines
479 B
11 lines
479 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<record id="action_fleet_rental_dashboard" model="ir.actions.client">
|
|
<field name="name">Fleet.Rental.Dashboard</field>
|
|
<field name="tag">fleet_rental_dashboard</field>
|
|
</record>
|
|
<!-- This Menu Item must have a parent and an action -->
|
|
<menuitem id="rental_dashboard" name="Dashboard"
|
|
action="action_fleet_rental_dashboard" parent="fleet.menu_root"
|
|
sequence="1"/>
|
|
</odoo>
|
|
|