[16.0][IMP] account_tax_balance
We have improved this module by hiding the financial type field only in the sales invoices and the purchase invoice and in the refunds
This commit is contained in:
@@ -18,7 +18,10 @@
|
||||
<field name="inherit_id" ref="account.view_move_form" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="ref" position="after">
|
||||
<field name="financial_type" />
|
||||
<field
|
||||
name="financial_type"
|
||||
attrs="{'invisible': [('move_type', 'in', ['out_invoice','in_invoice','out_refund','in_refund'])]}"
|
||||
/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user