TIP: You can type at any time to perform a new search.
Stock Quant Package Dimension
stock_quant_package_dimension · OCA/stock-logistics-tracking
- Repository
- OCA/stock-logistics-tracking · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Warehouse Management
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-tracking
- Last tracking update
- 2026-08-11 11:13:01
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Weblate, Ruchir Shukla, OCA-git-bot, oca-ci, arantxa-s73
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- shopfloor, shopfloor_reception_package_dimension, stock_storage_type
- Description
This module adds dimension fields on stock packages.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_quant_package_form_inherit |
stock.quant.package.form.inherit | stock.quant.package | form | Inherits stock.view_quant_package_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (11)
-
heightIntegerhelp='height' args: 'Pack Height' -
length_uom_idMany2one → uom.uomdefault=<expr>domain=<expr>help='UoM for pack length, height, width (based on lenght UoM)' args: 'uom.uom', 'Dimensions Units of Measure' -
length_uom_nameCharreadonly=Truerelated='length_uom_id.name'string='Length unit of measure label' -
pack_lengthIntegerhelp='length' -
pack_weightFloat -
volumeFloatcompute='_compute_volume'digits=(8, 4)help='volume'readonly=Truestore=False args: 'Pack Volume' -
volume_uom_idMany2one → uom.uomdefault=<expr>domain=<expr>help='Packaging volume unit of measure'string='Volume Units of Measure' args: 'uom.uom' -
volume_uom_nameCharreadonly=Truerelated='volume_uom_id.name'string='Volume Unit of Measure label' -
weight_uom_idMany2one → uom.uomcompute=Falsedefault=<expr>domain=<expr>help='Weight Unit of Measure'string='Weight Units of Measure' args: 'uom.uom' -
weight_uom_nameCharcompute='_compute_weight_uom_name'string='Weight unit of measure label' -
widthIntegerhelp='width' args: 'Pack Width'
-
auto_assign_packaging(self) -
onchange_product_packaging_id(self)@api.onchange('product_packaging_id') -
write(self, vals)