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.
23 lines
787 B
23 lines
787 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<!-- Main Menu-->
|
|
<menuitem id="hotel_management_menu_root"
|
|
name="Hotel Management"
|
|
web_icon="hotel_management_odoo,static/description/icon.png"
|
|
sequence="10"/>
|
|
<!-- Configuration menu-->
|
|
<menuitem id="hotel_config_menu"
|
|
name="Configuration"
|
|
sequence="50"
|
|
parent="hotel_management_menu_root"/>
|
|
<!-- Food menu-->
|
|
<menuitem id="food_menu"
|
|
name="Food"
|
|
sequence="20"
|
|
parent="hotel_management_menu_root"/>
|
|
<!-- Fleet menu-->
|
|
<menuitem id="fleet_vehicle_menu"
|
|
name="Vehicle"
|
|
sequence="30"
|
|
parent="hotel_management_menu_root"/>
|
|
</odoo>
|
|
|