[WIP] Wizard Node Reservation

Added date and price by day to each room type in the wizard
This commit is contained in:
Pablo
2018-11-05 20:17:32 +01:00
parent 225c55cdc3
commit 7eb4fb48e0
3 changed files with 112 additions and 46 deletions

View File

@@ -30,7 +30,12 @@
<field name="room_type_id" string="Room Type" readonly="1" force_save="1"/>
<field name="room_type_availability" readonly="1"/>
<field name="room_qty"/>
<field name="room_type_line_ids"/>
<field name="room_type_line_ids" widget="one2many_list" invisible="1">
<tree editable="bottom">
<field name="date"/>
<field name="price"/>
</tree>
</field>
<field name="checkin" widget="date"/>
<field name="checkout" widget="date"/>
<field name="nights"/>