[FIX] payment: transaction formview display issue

Using group without defining the col attribute will let the form
renderer choose the right display to avoid screwing up the layout
This commit is contained in:
Simon Lejeune 2014-09-25 16:58:53 +02:00
parent 76067367b2
commit 77f86f1591
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
<field name="arch" type="xml">
<form string="Payment Transactions" version="7.0">
<sheet>
<group col="6">
<group>
<group>
<field name="reference"/>
<field name="amount"/>