stock_picking_putaway_recompute
This module allows recomputing destination locations from putaway rules on stock picking operations when configurations change after reservation, without unreserving the picking.
Key Features
- stock.picking.type: Adds a boolean field to enable putaway recomputation for pickings of that type.
- stock.picking: Adds a button to recompute putaways on the picking form, visible when the picking type allows it, the picking is assigned, and not printed.
- stock.move.line: Adds logic to recompute putaways on move lines, ensuring all lines with the same result package are selected, and excludes lines that are already picked.
- stock.putaway: Applies putaway strategy recomputation to update destination locations based on current rules.