mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP] Wizard Node Reservation
This commit is contained in:
@@ -133,6 +133,12 @@
|
||||
res_model="hotel.node.group"
|
||||
view_mode="tree,form"
|
||||
/>
|
||||
<!-- Action to open Hotel Node Reservation List -->
|
||||
<act_window id="hotel_node_reservation_action"
|
||||
name="List of Reservations in Hotels"
|
||||
res_model="hotel.node.reservation.wizard"
|
||||
view_mode="tree,form"
|
||||
/>
|
||||
|
||||
<!-- Menu default to open Hotel Nodes Dashboard -->
|
||||
<menuitem id="hotel_node_dashboard_menu"
|
||||
@@ -172,4 +178,12 @@
|
||||
parent="dashboard_menu"
|
||||
sequence="3"
|
||||
/>
|
||||
|
||||
<!-- Menu item to open Hotel Node Reservation List -->
|
||||
<menuitem id="hotel_node_reservation_menu"
|
||||
name="Reservations"
|
||||
action="hotel_node_reservation_action"
|
||||
parent="dashboard_menu"
|
||||
sequence="4"
|
||||
/>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user