trytonpsk-hotel/view/booking_forecast_form.xml
Camilo Sarmiento 20f569e9d4 migrate to git
2020-04-16 07:45:13 -05:00

20 lines
614 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="reference"/>
<field name="reference"/>
<label name="room"/>
<field name="room"/>
<label name="main_guest"/>
<field name="main_guest"/>
<label name="accommodation"/>
<field name="accommodation"/>
<label name="state"/>
<field name="state"/>
<label name="arrival_date"/>
<field name="arrival_date"/>
<label name="departure_date"/>
<field name="departure_date"/>
</form>