[IMP] account_tax_balance: optional hide for financial_type in tree view
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<field name="inherit_id" ref="account.view_move_tree" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="state" position="after">
|
||||
<field name="financial_type" />
|
||||
<field name="financial_type" optional="hide" />
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
@@ -33,7 +33,7 @@
|
||||
<group expand="0" position="inside">
|
||||
<filter
|
||||
name="financial_type"
|
||||
string="Move type"
|
||||
string="Financial type"
|
||||
domain="[]"
|
||||
context="{'group_by':'financial_type'}"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user