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

15 lines
529 B
XML

<?xml version="1.0"?>
<!-- This file is part 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;process_method&quot;]"
position="after">
<separator string="Sender data" colspan="4" id="presenter_data"/>
<label name="party"/>
<field name="party"/>
<label name="payment_type"/>
<field name="payment_type"/>
</xpath>
</data>