trytonpsk-hotel/view/room_housekeeping_tree.xml

22 lines
961 B
XML
Raw Permalink 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"/>
2023-10-20 05:10:41 +02:00
<field name="guests" expand="1"/>
2022-07-28 06:42:24 +02:00
<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"/>
2022-08-03 22:04:41 +02:00
<button name="clean" string="Clean"/>
<button name="dirty" string="Dirty"/>
<button name="inspected" string="Inspected"/>
<button name="maintenance" string="Maintenance"/>
2022-08-28 00:50:00 +02:00
<button name="not_authorized" string="Not Authorized"/>
2020-04-16 14:45:13 +02:00
</tree>