Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Inventory
Entity: stock.quant.package
Description: Packages
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| company_id | Company | Many-to-One | res.company | _compute_package_info |
| location_id | Location | Many-to-One | stock.location | _compute_package_info |
| name | Package Reference | Char | - | |
| owner_id | Owner | Many-to-One | res.partner | _compute_owner_id |
| pack_date | Pack Date | Date | - | |
| package_type_id | Package Type | Many-to-One | stock.package.type | |
| package_use | Package Use | Selection | - | |
| quant_ids | Bulk Content | One-to-Many | stock.quant | |
| valid_sscc | Package name is valid SSCC | Boolean | - | _compute_valid_sscc |
