Skip to content
Snippets Groups Projects
Commit 881ae2bd authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Account consultation: Move categories to the right

parent ff82de41
No related branches found
No related tags found
1 merge request!12Topic/13.0/sb task 429
...@@ -21,8 +21,14 @@ ...@@ -21,8 +21,14 @@
<field name="partner_id" options="{'no_create': True}" <field name="partner_id" options="{'no_create': True}"
style="max-width: 400px;" style="max-width: 400px;"
attrs="{'required': [('account_id', '=', False)]}" /> attrs="{'required': [('account_id', '=', False)]}" />
<field name="account_type_ids" nolabel="1" widget="many2many_tags" </group>
options="{'no_create': 1}" style="max-width: 565px;" colspan="2"/> <group>
<label for="account_type_ids" />
<field name="account_type_ids" widget="many2many_tags"
options="{'no_create': 1}" nolabel="1" colspan="2" />
<button type="object" name="remove_all_categories"
class="oe_link" icon="fa-arrow-right" string="Remove all categories"
colspan="2" />
</group> </group>
</group> </group>
...@@ -26,9 +32,6 @@ ...@@ -26,9 +32,6 @@
</group> </group>
</group> </group>
<button type="object" name="remove_all_categories"
class="oe_link" icon="fa-arrow-right"
string="Remove all categories"/>
<group string="Transaction filters" col="6"> <group string="Transaction filters" col="6">
......
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