Improve payment_type views

This commit is contained in:
Sergi Almacellas Abellana 2016-10-25 17:44:21 +02:00
parent f3a7276a55
commit b31f6c214e
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,9 @@
<?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='active']" position="after">
<xpath expr="/form/field[@name='company']" position="after">
<label name="account_bank"/>
<field name="account_bank"/>
<label name="party"/>

View File

@ -3,8 +3,8 @@
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="before">
<xpath expr="/tree/field[@name='kind']"
position="after">
<field name="account_bank"/>
</xpath>
</data>
</data>