trytond-account_bank/view/account_payment_type_tree_view.xml

11 lines
333 B
XML
Raw Permalink Normal View History

2013-06-27 17:38:40 +02:00
<?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>
2016-10-25 17:44:21 +02:00
<xpath expr="/tree/field[@name='kind']"
position="after">
2013-06-27 17:38:40 +02:00
<field name="account_bank"/>
</xpath>
2016-10-25 17:44:21 +02:00
</data>