Merge pull request #6322 from expsa/tezea

[IMP] odex_benefit: IMP benefit
This commit is contained in:
kchyounes19 2026-01-22 15:38:30 +01:00 committed by GitHub
commit 992dd16364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"/>