trytonpsk-hotel/view/room_housekeeping_form.xml

34 lines
1.2 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="state"/>
<field name="state"/>
<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"/>
</group>
</form>