trytonpsk-hotel/view/view_select_rooms.xml

18 lines
627 B
XML
Raw Normal View History

2020-04-16 14:45:13 +02:00
<?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"/>
2021-11-25 04:52:03 +01:00
<label name="unit_price"/>
<field name="unit_price"/>
2020-04-16 14:45:13 +02:00
<field name="targets" invisible="1" colspan="4"/>
<field name="rooms" colspan="4"/>
</form>