trytonpsk-hotel/view/view_select_rooms.xml

18 lines
627 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>
<label name="arrival_date"/>
<field name="arrival_date"/>
<label name="departure_date"/>
<field name="departure_date"/>
<label name="accommodation"/>
<field name="accommodation" widget="selection"/>
<label name="overbooking"/>
<field name="overbooking"/>
<label name="unit_price"/>
<field name="unit_price"/>
<field name="targets" invisible="1" colspan="4"/>
<field name="rooms" colspan="4"/>
</form>