[MERGE] Fix wizard view that have check boxes without label
commit
ba6715db46
|
@ -30,8 +30,10 @@
|
||||||
<field name="partner_ids" colspan="4" nolabel="1"/>
|
<field name="partner_ids" colspan="4" nolabel="1"/>
|
||||||
</page>
|
</page>
|
||||||
<page string="Layout Options" name="layout_options">
|
<page string="Layout Options" name="layout_options">
|
||||||
|
<group>
|
||||||
<field name="amount_currency"/>
|
<field name="amount_currency"/>
|
||||||
<field name="group_by_currency"/>
|
<field name="group_by_currency"/>
|
||||||
|
</group>
|
||||||
</page>
|
</page>
|
||||||
</page>
|
</page>
|
||||||
<page name="filters" position="attributes">
|
<page name="filters" position="attributes">
|
||||||
|
|
Loading…
Reference in New Issue