[FIX] stock_picking_batch_custom: validar collected solo en operaciones detalladas
This commit is contained in:
parent
2237cba034
commit
05a8908007
4 changed files with 63 additions and 27 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue