[FIX] view group is missing so no label shown

This commit is contained in:
Nicolas Bessi
2014-04-28 15:42:17 +02:00
parent 41a1a4eff8
commit ca2f49b155

View File

@@ -9,7 +9,11 @@
<form string="Lines report" version="7.0">
<separator string="Print the selected lines" colspan="4"/>
<newline/>
<field name="mark_as_sent" colspan="4" attrs="{'invisible': [('state', '=', 'done')]}"/>
<group>
<field name="mark_as_sent"
colspan="4"
attrs="{'invisible': [('state', '=', 'done')]}"/>
</group>
<newline/>
<notebook>
<page string="Lines" attrs="{'invisible': [('state', '=', 'done')]}">