diff options
Diffstat (limited to 'fixco_custom')
| -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'): |
