summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-02-25 15:00:56 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-02-25 15:00:56 +0700
commit06326a0cebbf4371a37a45922337a3fbe1932dff (patch)
treefd38364e64a17b693e01ebb29a9705816a45f428
parentaf9738fd0a0811d5e8473ec6ac0e5188caf0755d (diff)
<Miqdad> fix
-rwxr-xr-xfixco_custom/models/stock_picking.py2
1 files changed, 1 insertions, 1 deletions
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'):