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

26 lines
858 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="kind"/>
<field name="kind"/>
<label name="room"/>
<field name="room"/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<separator name="description" colspan="4"/>
<field name="description" colspan="4"/>
<group col="6" colspan="4" id="buttons">
<label name="state"/>
<field name="state"/>
<button name="cancel" string="Cancel"
icon="tryton-cancel"/>
<button name="confirm" string="Confirm"
icon="tryton-forward"/>
<button name="finish" string="Finish"
icon="tryton-ok"/>
</group>
</form>