mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[13.0][IMP]account_asset_management: add optional attribute for added columns in invoice lines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user