trytonpsk-hotel/view/folio_charge_tree.xml

20 lines
657 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 editable="1">
<field name="date_service"/>
<field name="to_invoice"/>
<field name="product"/>
<field name="description"/>
<field name="quantity"/>
<field name="unit_price"/>
<field name="unit_price_w_tax"/>
<field name="order"/>
<field name="invoice_to"/>
<field name="amount"/>
<field name="state"/>
<field name="invoice_line"/>
<!-- <field name="invoice"/> -->
<!-- <button name="transfer" string="Transfer"/> -->
</tree>