trytonpsk-hotel/view/booking_tree.xml

17 lines
610 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>
2022-07-24 17:02:51 +02:00
<field name="channel" icon="channel_icon" expand="1"/>
2020-04-16 14:45:13 +02:00
<field name="number"/>
2021-11-25 20:24:02 +01:00
<field name="party" expand="1"/>
<field name="contact" expand="1"/>
2020-04-16 14:45:13 +02:00
<field name="booking_date" widget="date"/>
2022-07-24 17:02:51 +02:00
<!-- <field name="channel" expand="1"/> -->
2022-03-23 00:37:09 +01:00
<field name="ota_booking_code"/>
2021-11-25 20:24:02 +01:00
<field name="media"/>
2020-04-16 14:45:13 +02:00
<field name="total_amount"/>
2021-09-13 14:13:11 +02:00
<field name="total_advance"/>
2021-11-25 20:24:02 +01:00
<field name="state" expand="1"/>
2020-04-16 14:45:13 +02:00
</tree>