trytonpsk-hotel/view/occupancy_line_tree.xml
Camilo Sarmiento 20f569e9d4 migrate to git
2020-04-16 07:45:13 -05:00

17 lines
512 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="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>