mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP] Wizard Node Reservation
Added date and price by day to each room type in the wizard
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user