stock_dynamic_routing_delivery
This module integrates stock dynamic routing with delivery by allowing carrier propagation to routing moves based on routing rule configuration.
Key Features
- stock.routing.rule: Adds a propagate_carrier boolean field to control whether the carrier from the sale order is propagated to generated routing pickings.
- stock.move: Overrides the _get_new_picking_values method to propagate the carrier to new pickings when the routing rule has propagate_carrier enabled and no carrier is already set.