This commit is contained in:
Oscar 2021-12-20 21:49:23 -05:00
parent 376b392edd
commit e7600279be
1 changed files with 5 additions and 5 deletions

View File

@ -2,17 +2,17 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree>
<field name="product"/>
<field name="product" expand="1"/>
<button name="check_in" string="Check In" />
<field name="main_guest"/>
<field name="room"/>
<field name="nights_quantity"/>
<field name="main_guest" expand="1"/>
<field name="room" expand="1"/>
<field name="nights_quantity" expand="1"/>
<field name="arrival_date"/>
<field name="departure_date"/>
<field name="unit_price"/>
<field name="total_amount"/>
<field name="host_quantity"/>
<field name="registration_state"/>
<field name="registration_state" expand="1"/>
<field name="invoice_state"/>
<button name="check_out" string="Check Out"/>
</tree>