mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP][MIG][11.0] Hotel Calendar & Hotel Channel Connector
This commit is contained in:
27
hotel_calendar/data/menus.xml
Normal file
27
hotel_calendar/data/menus.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<record id="action_hotel_calendar" model="ir.actions.act_window">
|
||||
<field name="name">Hotel Calendar</field>
|
||||
<field name="res_model">hotel.reservation</field>
|
||||
<field name="view_mode">pms</field>
|
||||
</record>
|
||||
|
||||
<record id="action_hotel_calendar_management" model="ir.actions.act_window">
|
||||
<field name="name">Hotel Calendar Management</field>
|
||||
<field name="res_model">hotel.calendar.management</field>
|
||||
<field name="view_mode">mpms</field>
|
||||
</record>
|
||||
|
||||
<menuitem id="hotel_calendar_menu" name="Hotel Calendar" sequence="10"
|
||||
web_icon="hotel_calendar,static/description/icon_calendar.png"
|
||||
action="action_hotel_calendar" />
|
||||
|
||||
<menuitem id="hotel_calendar_management_menu" name="Hotel Calendar Management" sequence="20"
|
||||
web_icon="hotel_calendar,static/description/icon_calendar_configurator.png"
|
||||
action="action_hotel_calendar_management" groups="hotel.group_hotel_manager" />
|
||||
|
||||
<menuitem id="hotel_virtual_room_pricelist_cached" name="VRoom Pricelist Cached"
|
||||
sequence="1" action="hotel_virtual_room_pricelist_cached_action_form_tree" parent="sale.menu_sale_config"/>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user