diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-25 15:00:56 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-25 15:00:56 +0700 |
| commit | 06326a0cebbf4371a37a45922337a3fbe1932dff (patch) | |
| tree | fd38364e64a17b693e01ebb29a9705816a45f428 /fixco_custom/models | |
| parent | af9738fd0a0811d5e8473ec6ac0e5188caf0755d (diff) | |
<Miqdad> fix
Diffstat (limited to 'fixco_custom/models')
| -rwxr-xr-x | fixco_custom/models/stock_picking.py | 2 |
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'): |
