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 IDNameModelTypeStatus
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)
  • height Integer
    help='height' args: 'Pack Height'
  • length_uom_id Many2one → uom.uom
    default=<expr> domain=<expr> help='UoM for pack length, height, width (based on lenght UoM)' args: 'uom.uom', 'Dimensions Units of Measure'
  • length_uom_name Char
    readonly=True related='length_uom_id.name' string='Length unit of measure label'
  • pack_length Integer
    help='length'
  • pack_weight Float
  • volume Float
    compute='_compute_volume' digits=(8, 4) help='volume' readonly=True store=False args: 'Pack Volume'
  • volume_uom_id Many2one → uom.uom
    default=<expr> domain=<expr> help='Packaging volume unit of measure' string='Volume Units of Measure' args: 'uom.uom'
  • volume_uom_name Char
    readonly=True related='volume_uom_id.name' string='Volume Unit of Measure label'
  • weight_uom_id Many2one → uom.uom
    compute=False default=<expr> domain=<expr> help='Weight Unit of Measure' string='Weight Units of Measure' args: 'uom.uom'
  • weight_uom_name Char
    compute='_compute_weight_uom_name' string='Weight unit of measure label'
  • width Integer
    help='width' args: 'Pack Width'
Public methods (3)
  • auto_assign_packaging(self)
  • onchange_product_packaging_id(self)
    @api.onchange('product_packaging_id')
  • write(self, vals)