This Odoo module adds a small, focused picking-policy feature that lets you pack products as soon as they are available while shipping all products in a single delivery.
- Adds a new
picking_policyoption onsale.order:pack_direct_ship_one. - Exposes a
default_picking_policyoption in Settings so you can set the default behaviour for new sales. - Normalises the module-specific label to core-supported values before creating persistent records, avoiding invalid selection errors.
- Applies
move_typeto pickings during creation and when creating backorders so the warehouse follows the chosen policy.
- Only tested with Odoo 15 (should work on derivatives with the same models).
- Depends on:
sale_stock(and the corestock/saleaddons).
- Put the module folder into your Odoo
addonspath. - Restart Odoo and update the apps list.
- Install
Picking Policy Hybridfrom Apps (or upgrade if already installed).
- Go to Settings → Inventory (Stock) and choose the preferred
Default Picking Policyif you want to change the default for new orders.
See project policy.