mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
@@ -14,12 +14,8 @@
|
||||
<field name="is_tax_editable" invisible="1" />
|
||||
<field
|
||||
name="tax_line_id"
|
||||
attrs="{'readonly': [('is_tax_editable', '=', False)], 'invisible': [('parent.type', '!=', 'entry')]}"
|
||||
/>
|
||||
<field
|
||||
name="tax_ids"
|
||||
attrs="{'readonly': [('is_tax_editable', '=', False)], 'invisible': [('parent.type', '!=', 'entry')]}"
|
||||
widget="many2many_tags"
|
||||
attrs="{'readonly': [('is_tax_editable', '=', False)]}"
|
||||
optional="hide"
|
||||
/>
|
||||
</xpath>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user