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.
 
 
 
 
 

19 lines
695 B

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!--Main menus on the rental module-->
<menuitem id="rental_menu_root"
name="Rental" web_icon="odoo_rental_sales,static/description/icon.png"/>
<menuitem id="rental_sales_menu"
name="Rental Sales"
parent="rental_menu_root"
sequence="1"/>
<menuitem id="rental_products_menu"
name="Products"
parent="rental_menu_root"
sequence="2"
action="product_product_action"/>
<menuitem id="rental_configuration_menu"
name="Configuration"
parent="rental_menu_root"
sequence="3"/>
</odoo>