[13.0][IMP]account_asset_management: add optional attribute for added columns in invoice lines

This commit is contained in:
JordiMForgeFlow
2021-05-04 13:59:29 +02:00
committed by manu
parent 5b2426b4e1
commit b7e075d348

View File

@@ -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