trytond-account_payment_ban.../view/payment_form.xml
2016-06-22 13:31:52 +02:00

15 lines
526 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name='currency']" position="after">
<label name="bank_discount_amount"/>
<field name="bank_discount_amount"/>
</xpath>
<xpath expr="/form/notebook/page[@id='info']/field[@name='group']"
position="after">
<label name="bank_discount_move"/>
<field name="bank_discount_move"/>
</xpath>
</data>