Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse
Folder size
0.03 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 08:42:50
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, Kimkhoi3010
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds the volume to the package type.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
stock_package_type_form stock.package.type.form stock.package.type form Inherits stock.stock_package_type_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • volume Float
    compute='_compute_volume' digits=(8, 4) help='The Packaging volume' readonly=True store=False
  • volume_uom_id Many2one → uom.uom
    compute='_compute_volume_uom' string='Volume Units of Measure' args: 'uom.uom'
  • volume_uom_name Char
    compute='_compute_volume_uom'
Public methods (2)
  • convert_to_meters(self, measure, dimensional_uom)
  • convert_to_volume_uom(self, measure, volume_uom_id)

Loading…