[IMP] Improve UX

pull/653/head
Iván Todorovich 2020-01-31 16:13:54 +01:00
parent 3169ba2255
commit e71076850b
1 changed files with 20 additions and 4 deletions

View File

@ -20,10 +20,26 @@
</group> </group>
<group name="other_filters"> <group name="other_filters">
<field name="target_move" widget="radio"/> <field name="target_move" widget="radio"/>
<field name="centralize"/> <label string="Other options" for="centralize"/>
<field name="hide_account_at_0"/> <div>
<field name="foreign_currency"/> <field name="centralize" nolabel="1" class="oe_inline"/>
<field name="show_analytic_tags"/> <label for="centralize" class="oe_inline"/>
</div>
<label string=" " for="hide_account_at_0"/>
<div>
<field name="hide_account_at_0" nolabel="1" class="oe_inline"/>
<label for="hide_account_at_0" class="oe_inline"/>
</div>
<label string=" " for="foreign_currency"/>
<div>
<field name="foreign_currency" nolabel="1" class="oe_inline"/>
<label for="foreign_currency" class="oe_inline"/>
</div>
<label string=" " for="show_analytic_tags"/>
<div>
<field name="show_analytic_tags" nolabel="1" class="oe_inline"/>
<label for="show_analytic_tags" class="oe_inline"/>
</div>
</group> </group>
</group> </group>
<notebook> <notebook>