trytonpsk-hotel/view/booking_line_form.xml

41 lines
1.4 KiB
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<label name="product"/>
<field name="product" widget="selection"/>
<label name="main_guest"/>
<field name="main_guest"/>
<label name="arrival_date"/>
<field name="arrival_date" widget="date"/>
<label name="departure_date"/>
<field name="departure_date" widget="date"/>
<label name="room"/>
<field name="room" widget="selection"/>
<label name="nights_quantity"/>
<field name="nights_quantity"/>
<label name="unit_price"/>
<field name="unit_price"/>
<label name="total_amount"/>
<field name="total_amount"/>
<label name="host_quantity"/>
<field name="host_quantity"/>
<label name="total_commission"/>
<field name="total_commission"/>
<label name="nationality"/>
<field name="nationality"/>
<label name="origin_country"/>
<field name="origin_country"/>
<label name="target_country"/>
<field name="target_country"/>
<label name="operation"/>
<field name="operation"/>
<field name="guests" colspan="4"/>
<separator name="notes" colspan="4"/>
<field name="notes" colspan="4"/>
<!-- <label name="state"/>
<field name="state"/> -->
<label name="registration_state"/>
<field name="registration_state"/>
</form>