trytonpsk-hotel/view/room_housekeeping_tree.xml

20 lines
907 B
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. -->
<tree >
2022-07-28 06:42:24 +02:00
<field name="name" expand="1"/>
<field name="housekeeping" expand="1"/>
<field name="state" expand="1"/>
<field name="cleaning_type" expand="1"/>
<field name="last_clean" widget="date"/>
<field name="last_clean" widget="time" string="Time"/>
<field name="last_check_in" widget="date"/>
<field name="last_check_in" widget="time" string="Time"/>
<field name="last_check_out" widget="date"/>
<field name="last_check_out" widget="time" string="Time"/>
<button name="clean" string="Clean" expand="1"/>
<button name="dirty" string="Dirty" expand="1"/>
<button name="inspected" string="Inspected" expand="1"/>
<button name="maintenance" string="Maintenance" expand="1"/>
2020-04-16 14:45:13 +02:00
</tree>