trytond-account_bank/view/payment_group_list.xml
2016-12-29 15:41:33 +01:00

12 lines
387 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="/tree/field[@name=&quot;kind&quot;]"
position="after">
<field name="payment_type"/>
<field name="amount"/>
</xpath>
</data>