[WIP] Wizard Node Reservation

Create reservation from central node reviewed
This commit is contained in:
Pablo
2018-11-02 17:15:46 +01:00
parent cdc11164cf
commit f8ce78bb22
4 changed files with 337 additions and 76 deletions

View File

@@ -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>