You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sale_exception/data/sale_exception_data.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
<fieldname="model">sale.order.line</field>
27
27
<field
28
28
name="code"
29
-
>failed=self.product_id and self.product_id.type == 'product' and self.virtual_available_at_date < self.product_uom_qty</field>
29
+
>failed=self.product_id and self.product_id.type == 'consu' and self.product_id.is_storable and self.virtual_available_at_date < self.product_uom_qty</field>
0 commit comments