trytond-account_bank/view/payment_group_form.xml
Sergi Almacellas Abellana 52bb75e13e Merge account_payment_bank functionality
account_bank originally did not depend on the account_payment module, but
since version 4.1 the account_payment_type depends on the account_payment
module, and hence the account_bank indirectly depends on it. We now make
this dependency explicit and deprecate the account_payment_bank functionality
2016-11-17 12:48:35 +01:00

15 lines
500 B
XML

<?xml version="1.0"?>
<!-- This file is part account_payment_payment_type module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name=&quot;kind&quot;]"
position="after">
<label name="payment_type"/>
<field name="payment_type"/>
<label name="amount"/>
<field name="amount"/>
<field name="payments" colspan="4"/>
</xpath>
</data>