trytonpsk-hotel/view/service_line_tree.xml
Camilo Sarmiento 20d675346a minor fixes
2020-08-17 10:58:45 -05:00

16 lines
576 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 editable="bottom">
<field name="room" widget="selection"/>
<!-- <field name="guest" widget="selection"/> -->
<field name="time_service"/>
<field name="product"/>
<field name="quantity"/>
<field name="description"/>
<field name="order"/>
<button name="load" string="Load"/>
<field name="state"/>
<field name="operation"/>
<field name="sale_line"/>
</tree>