stock_storage_type
This module enhances Odoo's package type functionality to manage stock moves with packages based on packaging and location properties, and implements a package type put-away strategy for computing put-away locations.
Key Features
- stock.package.type: Defines put-away sequences and height requirements for packages.
- stock.storage.category: Manages storage restrictions including height, weight, and product mixing rules.
- stock.location: Supports pack put-away strategies and computes allowed storage categories.
- putaway: Implements package type put-away strategy that computes locations based on package properties and sequences.
- stock.move.line: Provides quantity picked calculation for put-away logic.