trytonpsk-hotel/view/view_select_rooms.xml

28 lines
950 B
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>
<group colspan="4" col="6" id="dates">
<label name="arrival_date"/>
<field name="arrival_date"/>
<label name="departure_date"/>
<field name="departure_date"/>
<label name="nights"/>
<field name="nights"/>
</group>
<label name="accommodation"/>
<field name="accommodation" widget="selection"/>
<label name="price_list"/>
<field name="price_list"/>
<group colspan="2" col="4" id="prices">
<label name="unit_price"/>
<field name="unit_price"/>
<label name="unit_price_w_tax"/>
<field name="unit_price_w_tax"/>
</group>
<label name="overbooking"/>
<field name="overbooking"/>
<field name="targets" invisible="1" colspan="4"/>
<field name="rooms" colspan="4"/>
</form>