trytonpsk-hotel/view/room_housekeeping_form.xml

42 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="name"/>
<field name="name"/>
<label name="housekeeping"/>
<field name="housekeeping" widget="selection"/>
<label name="cleaning_type"/>
<field name="cleaning_type" widget="selection"/>
<label name="last_clean"/>
<field name="last_clean"/>
<label name="guests"/>
<field name="guests"/>
<newline/>
<notebook colspan="4">
<page string="Tasks" id="tasks">
<!-- <field name="tasks" colspan="2"/> -->
<field name="amenities" colspan="2"/>
</page>
<page string="Info Addtional" id="comments">
<separator string="Notes" colspan="4" id="notes"/>
<field name="notes" 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"/>
<button name="not_authorized" string="Not Authorized" icon="tryton-cancel"/>
</group>
<group col="6" colspan="4" id="state_times">
<label name="state"/>
<field name="state"/>
<label name="last_check_in"/>
<field name="last_check_in"/>
<label name="last_check_out"/>
<field name="last_check_out"/>
</group>
</form>