trytonpsk-hotel/view/board_folio_tree.xml

22 lines
728 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>
2021-10-09 19:00:26 +02:00
<field name="booking"/>
<field name="room"/>
2021-11-12 14:22:36 +01:00
<field name="product" expand="1"/>
2021-10-08 22:43:48 +02:00
<field name="registration_card"/>
2021-11-12 14:22:36 +01:00
<field name="main_guest" expand="1"/>
2022-03-23 00:37:09 +01:00
<field name="contact"/>
2021-01-23 16:56:32 +01:00
<field name="nights_quantity"/>
<field name="arrival_date"/>
<field name="departure_date"/>
2022-05-17 17:14:08 +02:00
<field name="estimated_arrival_time"/>
2022-03-23 00:37:09 +01:00
<field name="channel"/>
2022-05-17 17:14:08 +02:00
<field name="reference"/>
<field name="registration_state"/>
2021-10-09 19:00:26 +02:00
<field name="unit_price"/>
<field name="total_amount"/>
2022-05-17 17:14:08 +02:00
<field name="invoice_state"/>
2021-01-23 16:56:32 +01:00
</tree>