[WIP] Wizard Node Reservation

Create reservation from central node
This commit is contained in:
Pablo
2018-10-26 16:16:43 +02:00
parent b127892a37
commit ca9caaae30
2 changed files with 63 additions and 15 deletions

View File

@@ -28,14 +28,14 @@
<field name="room_type_id" string="Room Type" readonly="1" force_save="1"/>
<field name="room_type_availability" readonly="1" force_save="1"/>
<field name="room_qty"/>
<field name="checkin" widget="date" />
<field name="checkout" widget="date" />
<field name="checkin" widget="date"/>
<field name="checkout" widget="date"/>
<field name="nights"/>
<field name="min_stay" />
<field name="price_unit" widget="monetary" />
<field name="price_unit" widget="monetary"/>
<!--<field name="currency_id" invisible="1"/>-->
<field name="discount"/>
<field name="price_total" widget="monetary" readonly="1" force_save="1"/>
<field name="price_total" widget="monetary"/>
</tree>
</field>
</group>