2
0

Merge PR #1682 into 16.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot 2023-10-05 16:13:11 +00:00
commit 265c5ee664

View File

@ -39,6 +39,20 @@
optional="show"
/>
</xpath>
<xpath
expr="//field[@name='invoice_line_ids']/form/sheet/group/field[@name='quantity']"
position="before"
>
<field
name="asset_profile_id"
attrs="{'column_invisible': [('parent.move_type', 'not in', ('in_invoice', 'in_refund'))]}"
/>
<field
name="asset_id"
attrs="{'column_invisible': [('parent.move_type', 'not in', ('out_invoice', 'out_refund'))]}"
groups="account.group_account_manager"
/>
</xpath>
<xpath
expr="//notebook//field[@name='line_ids']/tree/field[@name='date_maturity']"
position="after"