trytonpsk-hotel/view/statement_payment_form.xml
2022-10-13 15:27:24 -05:00

22 lines
780 B
XML

<?xml version="1.0"?>
<!-- This file is part of the sale_payment module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form>
<label name="statement"/>
<field name="statement" widget="selection"/>
<label name="kind"/>
<field name="kind"/>
<label name="party"/>
<field name="party" widget="selection"/>
<label name="amount_to_pay"/>
<field name="amount_to_pay"/>
<label name="folio"/>
<field name="folio" widget="selection"/>
<label name="voucher"/>
<field name="voucher"/>
<field name="user" invisible="1"/>
<field name="require_voucher" invisible="1"/>
<field name="parties" invisible="1"/>
<field name="folios" invisible="1"/>
</form>