[IMP] odex_benefit: IMP benefit
This commit is contained in:
parent
59524b515e
commit
9d591ddc06
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue