Skip to content
Snippets Groups Projects
Commit 77f86f15 authored by Simon Lejeune's avatar Simon Lejeune
Browse files

[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
parent 76067367
No related branches found
No related tags found
No related merge requests found
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment