Merge PR #1681 into 15.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2023-10-04 19:54:35 +00:00

View File

@@ -38,6 +38,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"