trytond-account_bank/view/payment_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

11 lines
391 B
XML

<?xml version="1.0"?>
<!-- This file is part of account_payment_bank 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;currency&quot;]"
position="after">
<label name="bank_account"/>
<field name="bank_account"/>
</xpath>
</data>