Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Stock Quant Package Dimension
Entity: stock.quant.package
Description:
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| estimated_pack_weight_kg | Estimated weight (in kg) | Float | - | _compute_estimated_pack_weight_kg |
| height | Pack Height | Integer | - | |
| length_uom_id | Dimensions Units of Measure | Many-to-One | uom.uom | |
| length_uom_name | Length unit of measure label | Char | length_uom_id.name | |
| pack_length | Integer | - | ||
| pack_weight | Float | - | ||
| volume | Pack Volume | Float | - | _compute_volume |
| volume_uom_id | Volume Units of Measure | Many-to-One | uom.uom | |
| volume_uom_name | Volume Unit of Measure label | Char | volume_uom_id.name | |
| weight_uom_id | Weight Units of Measure | Many-to-One | uom.uom | |
| weight_uom_name | Weight unit of measure label | Char | - | _compute_weight_uom_name |
| width | Pack Width | Integer | - |
