[IMP] odex_benefit: IMP benefit

This commit is contained in:
younes 2026-01-22 15:37:13 +01:00
parent 59524b515e
commit 9d591ddc06
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@
<tree editable="bottom">
<field name="product_id" domain="[('id', 'in', parent.allowed_product_ids)]"
options="{'no_create': True}"/>
<field name="device_id" options="{'no_create': True}"/>
<field name="device_id" invisible="1" options="{'no_create': True}"/>
<field name="quantity"/>
<field name="unit_price" readonly="1" sum="Total"/>
<field name="subtotal" sum="Total Amount"/>