trytonpsk-hotel/view/board_folio_tree.xml

18 lines
577 B
XML
Raw Normal View History

2021-01-23 16:56:32 +01: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="product"/>
2021-10-08 22:43:48 +02:00
<field name="registration_card"/>
2021-01-23 16:56:32 +01:00
<field name="main_guest"/>
<field name="room"/>
<field name="nights_quantity"/>
<field name="arrival_date"/>
<field name="departure_date"/>
<field name="unit_price"/>
<field name="total_amount"/>
<field name="host_quantity"/>
2021-10-08 22:43:48 +02:00
<field name="registration_state"/>
<field name="booking"/>
2021-01-23 16:56:32 +01:00
</tree>