trytonpsk-hotel/view/occupancy_line_tree.xml

17 lines
512 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>
<field name="occupancy"/>
<field name="main_guest"/>
<field name="room"/>
<field name="product"/>
<field name="check_in"/>
<field name="check_out"/>
<field name="nights_quantity"/>
<field name="unit_price"/>
<field name="state"/>
<field name="booking_line"/>
<field name="guests"/>
</tree>