From 06326a0cebbf4371a37a45922337a3fbe1932dff Mon Sep 17 00:00:00 2001 From: Mqdd Date: Wed, 25 Feb 2026 15:00:56 +0700 Subject: fix --- fixco_custom/models/stock_picking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixco_custom/models/stock_picking.py b/fixco_custom/models/stock_picking.py index 8894787..1c90d51 100755 --- a/fixco_custom/models/stock_picking.py +++ b/fixco_custom/models/stock_picking.py @@ -217,7 +217,7 @@ class StockPicking(models.Model): def button_validate(self): if not self.picking_type_code == 'incoming' and not self.name.startswith('BU/IN'): self.check_qty_done_stock() - self.check_qty_bundling_product() + # self.check_qty_bundling_product() origin = self.origin or '' if any(prefix in origin for prefix in ['PO/', 'SO/']) and not self.check_product_lines and not self.name.startswith('BU/INT'): -- cgit v1.2.3