delivery_estimated_package_quantity_by_weight
This module computes the estimated number of packages required for outgoing stock pickings based on product weights and the carrier's maximum weight per package limit.
Key Features
- delivery.carrier: Adds a maximum weight per package field to define carrier limits.
- stock.picking: Computes the theoretical number of packages needed for outgoing pickings based on product weights and carrier limits.
- stock.picking: Tracks the actual number of packages created during picking operations.
- stock.picking: Displays a warning when the actual number of packages exceeds the theoretical estimate.
- stock.picking: Uses an optimized packing algorithm that pairs heavy and light products to minimize package count.