trytonpsk-hotel/view/maintenance_form.xml

36 lines
1.3 KiB
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 col="6">
<label name="room"/>
<field name="room" widget="selection"/>
<label name="register_date"/>
<field name="register_date"/>
<label name="create_uid"/>
<field name="create_uid"/>
<label name="criticality"/>
<field name="criticality"/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<label name="total_days"/>
<field name="total_days"/>
<label name="inspected_by"/>
<field name="inspected_by" widget="selection"/>
<newline />
<separator name="issue" colspan="6"/>
<field name="issue" colspan="6"/>
<separator name="action" colspan="6"/>
<field name="action" colspan="6"/>
<group col="7" colspan="6" id="buttons">
<label name="state"/>
<field name="state"/>
<button name="draft" string="Draft" icon="tryton-cancel"/>
<button name="cancel" string="Cancel" icon="tryton-cancel"/>
<button name="confirm" string="Confirm" icon="tryton-forward"/>
<button name="in_progress" string="In Progress" icon="tryton-forward"/>
<button name="finish" string="Finish" icon="tryton-cancel"/>
</group>
</form>