[WIP][ADD] rate room_type and localizator reservation

This commit is contained in:
Dario Lodeiros
2019-04-21 15:03:18 +02:00
parent f6e527c86e
commit 9fb26eec8c
3 changed files with 72 additions and 5 deletions

View File

@@ -143,6 +143,7 @@
<span class="label label-danger" attrs="{'invisible': [('state', 'not in', ('cancelled'))]}">Cancelled Reservation!</span>
<span class="label label-warning" attrs="{'invisible': [('overbooking', '=', False)]}">OverBooking!</span>
<h1>
<field name="localizator" />
<field name="room_id" select="1"
nolabel="1" options="{'no_create': True,'no_open': True}" placeholder="Room"
style="margin-right: 30px;" required='1'/>