trytonpsk-hotel/view/housekeeping_form.xml

45 lines
1.6 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>
<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">
<group col="1" colspan="2" string="Check List" id="check_list">
<field name="check_list" colspan="4"/>
</group>
<field name="amenities" colspan="2"/>
<separator string="Notes" colspan="4" id="configuration_room"/>
<field name="notes" colspan="4"/>
</page>
<page string="Amenities" id="amenities">
</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>