trytond-account_bank/view/account_payment_type_form_v...

15 lines
495 B
XML

<?xml version="1.0"?>
<!-- This file is part of account_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='company']" position="after">
<label name="account_bank"/>
<field name="account_bank"/>
<label name="party"/>
<field name="party"/>
<label name="bank_account"/>
<field name="bank_account"/>
</xpath>
</data>