mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP] account_chart_update: Move fields to more options
Being secondary options, and for not altering main view.
This commit is contained in:
@@ -48,14 +48,6 @@
|
||||
<group>
|
||||
<group string="Update records?">
|
||||
<field name="update_tax" />
|
||||
<field
|
||||
name="update_tax_repartition_line_account"
|
||||
attrs="{'invisible':[('update_tax', '=', False)]}"
|
||||
/>
|
||||
<field
|
||||
name="update_tax_repartition_line_tags"
|
||||
attrs="{'invisible':[('update_tax', '=', False)]}"
|
||||
/>
|
||||
<field name="update_account" />
|
||||
<field name="update_fiscal_position" />
|
||||
</group>
|
||||
@@ -100,6 +92,14 @@
|
||||
name="page_fields_taxes"
|
||||
attrs="{'invisible': [('update_tax', '=', False)]}"
|
||||
>
|
||||
<field
|
||||
name="update_tax_repartition_line_account"
|
||||
attrs="{'invisible':[('update_tax', '=', False)]}"
|
||||
/>
|
||||
<field
|
||||
name="update_tax_repartition_line_tags"
|
||||
attrs="{'invisible':[('update_tax', '=', False)]}"
|
||||
/>
|
||||
<field
|
||||
name="tax_field_ids"
|
||||
widget="many2many_checkboxes"
|
||||
|
||||
Reference in New Issue
Block a user