We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec0ecc commit aa1d770Copy full SHA for aa1d770
1 file changed
stock_ux/models/stock_move.py
@@ -55,7 +55,7 @@ def _compute_origin_description(self):
55
def _check_quantity(self):
56
precision = self.env["decimal.precision"].precision_get("Product Unit of Measure")
57
if any(self.filtered(lambda x: x.location_dest_usage == "inventory")):
58
- return
+ return super()._check_quantity()
59
elif any(
60
self.filtered(
61
lambda x: x.picking_id.picking_type_id.block_additional_quantity
0 commit comments