stock_picking_batch_creation
This module enables on-demand creation of stock picking batches using a wizard that considers picking types, device types, and batch limits.
Key Features
- stock.device.type: Defines warehouse device types with constraints on weight, volume, and number of bins.
- batch creation: Provides a wizard to create picking batches based on user-specified criteria.
- stock.picking: Implements logic to select pickings ready for batching and fit within device limits.
- stock.picking.batch: Extends batch functionality to incorporate device-based picking selection.
- concurrency handling: Includes database locking to prevent issues in multi-user batch creation scenarios.
- partner grouping: Enables grouping pickings by partner to optimize bin usage in batches.
- picking splitting: Allows splitting oversized pickings to ensure they fit within batch constraints.