[FIX]Wrong tree

bzr revid: dle@openerp.com-20121127153240-8haso93pvh3y3aug
This commit is contained in:
Denis Ledoux dle@openerp.com 2012-11-27 16:32:40 +01:00
parent cdb615a936
commit 6a84219ee7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<field name="inherit_id" ref="account.view_move_line_tree"/>
<field name="arch" type="xml">
<tree>
<field name="reconcile_partial_id" position="after">
<field name="reconcile" position="after">
<field name="amount_to_pay"/>
</field>
</tree>