trytonpsk-hotel/view/housekeeping_form.xml

41 lines
1.5 KiB
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="room"/>
<field name="room"/>
<label name="employee"/>
<field name="employee"/>
<label name="availability"/>
<field name="availability"/>
<label name="state"/>
<field name="state"/>
<label name="start_date_assigned"/>
<field name="start_date_assigned"/>
<label name="end_date_assigned"/>
<field name="end_date_assigned"/>
<label name="cleaning_type"/>
<field name="cleaning_type" widget="selection"/>
<notebook colspan="4">
<page string="Tasks" id="tasks">
<field name="tasks" colspan="4"/>
</page>
<page string="Info Addtional" id="comments">
<separator string="Notes" colspan="4" id="configuration_room"/>
<field name="notes" colspan="4"/>
<separator string="Check List" colspan="4" id="check_list"/>
<field name="check_list" colspan="4"/>
</page>
</notebook>
<group col="5" colspan="4" id="buttons">
<button name="clean" string="Clean"
icon="tryton-forward"/>
<button name="dirty" string="Dirty"
icon="tryton-forward"/>
<button name="inspected" string="Inspected"
icon="tryton-forward"/>
<button name="maintenance" string="Maintenance"
icon="tryton-cancel"/>
</group>
</form>