trytonpsk-hotel/view/statement_payment_form.xml
oscar alvarez bae79e55af Fix
2022-07-07 23:51:11 -05:00

18 lines
587 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="user"/>
<field name="user" widget="selection"/>
<label name="amount_to_pay"/>
<field name="amount_to_pay"/>
<label name="party"/>
<field name="party"/>
<label name="voucher"/>
<field name="voucher"/>
<field name="require_voucher" invisible="1"/>
</form>