trytonpsk-hotel/view/service_line_tree.xml

17 lines
561 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. -->
2021-07-21 15:52:06 +02:00
<tree editable="1">
2020-07-13 21:48:21 +02:00
<field name="room" widget="selection"/>
2021-10-11 19:03:43 +02:00
<field name="guest" widget="selection"/>
2020-04-16 14:45:13 +02:00
<field name="time_service"/>
<field name="product"/>
2021-07-30 17:34:10 +02:00
<button name="load" string="Load"/>
2020-04-16 14:45:13 +02:00
<field name="quantity"/>
<field name="description"/>
<field name="order"/>
<field name="state"/>
2021-10-11 19:03:43 +02:00
<field name="folio"/>
<field name="invoice_line"/>
2020-04-16 14:45:13 +02:00
</tree>