trytonpsk-hotel/view/room_housekeeping_tree.xml

14 lines
493 B
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. -->
<tree >
<field name="name"/>
<field name="housekeeping"/>
<field name="state"/>
<field name="cleaning_type"/>
<button name="clean" string="Clean"/>
<button name="dirty" string="Dirty"/>
<button name="inspected" string="Inspected"/>
<button name="maintenance" string="Maintenance"/>
</tree>