stock_picking_kind
This module adds a field to stock pickings that indicates the kind of picking based on source and destination locations.
Key Features
- stock.picking: Adds a computed field 'picking_kind' that categorizes pickings into types such as customer return, delivery, supplier return, reception, drop shipping, and drop shipping return based on location usages.
- stock.picking: Provides search filters in the picking list view to filter pickings by their kind.
- stock.picking: Initializes the picking_kind field for existing pickings during module installation.