[13.0][IMP]account_asset_management: add optional attribute for added columns in invoice lines
This commit is contained in:
parent
43d3b98445
commit
e60864453b
@ -12,11 +12,13 @@
|
||||
<field
|
||||
name="asset_profile_id"
|
||||
attrs="{'column_invisible': [('parent.move_type', 'not in', ('in_invoice', 'in_refund'))]}"
|
||||
optional="show"
|
||||
/>
|
||||
<field
|
||||
name="asset_id"
|
||||
attrs="{'column_invisible': [('parent.move_type', 'not in', ('out_invoice', 'out_refund'))]}"
|
||||
groups="account.group_account_manager"
|
||||
optional="show"
|
||||
/>
|
||||
</xpath>
|
||||
<xpath
|
||||
|
Loading…
Reference in New Issue
Block a user