[FIX] stock_picking_batch_custom: validar collected solo en operaciones detalladas

This commit is contained in:
snt 2026-04-08 18:29:55 +02:00
parent 2237cba034
commit 05a8908007
4 changed files with 63 additions and 27 deletions

View file

@ -12,7 +12,7 @@ class StockBackorderConfirmation(models.TransientModel):
self.env.context.get("button_validate_picking_ids", [])
)
for batch in pickings.batch_id:
batch._check_all_products_collected()
batch._check_all_products_collected(pickings)
def process(self):
self._check_batch_summary_lines()