Product Dimension Volumetric Weight

product_dimension_volumetric_weight
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/13.0/product_dimension_volumetric_weight
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSVíctor Martínez, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_dimension
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_normal_form_view product_normal_form_view product.product xpath Inherits product.product_normal_form_view
product_template_only_form_view product_template_form_view product.template xpath Inherits product.product_template_only_form_view
product_uom_form_view_custom product_uom_form_view_custom uom.uom xpath Inherits uom.product_uom_form_view
Models touched (3)

New fields (1)
  • volumetric_weight Float
    digits='Stock Weight' related='product_tmpl_id.volumetric_weight' store=True string='Volumetric weight'
Public methods (0)

No public methods.

New fields (1)
  • volumetric_weight Float
    compute='_compute_volumetric_weight' digits='Stock Weight' store=True string='Volumetric weight'
Public methods (0)

No public methods.

New fields (1)
  • volumetric_weight_ratio Float
    default=100 digits='Stock Weight' help='Used as variable for the volumetric weight calculation using the formula. (Volume * Ratio) = Kg' string='Volumetric Weight Ratio (Kg/m3)'
Public methods (0)

No public methods.