mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP] Wizard Node Reservation
Create reservation from central node reviewed
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
class="oe_stat_button" icon="fa-suitcase"
|
||||
context="{'node_id': id}">
|
||||
</button>
|
||||
<button name="%(hotel_node_reservation_wizard_action_search)d" type="action"
|
||||
string="Search" help="Search a reservation in this hotel"
|
||||
class="oe_stat_button" icon="fa-search"
|
||||
context="{'node_id': id}">
|
||||
</button>
|
||||
<button class="oe_stat_button" type="action"
|
||||
name="" icon="fa-tasks">
|
||||
<field string="Tasks" name="task_count" widget="statinfo" options="{'label_field': 'label_tasks'}"/>
|
||||
@@ -123,4 +128,10 @@
|
||||
name="Management"
|
||||
parent="hotel_node_menu"
|
||||
/>
|
||||
|
||||
<!--<menuitem id="hotel_node_menu_tree"-->
|
||||
<!--name="Hotels"-->
|
||||
<!--parent="hotel_node_menu_dashboard"-->
|
||||
<!--sequence="0"-->
|
||||
<!--/>-->
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user