Products - Net Weight

product_net_weight
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/19.0/product_net_weight
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSAlexis de Lattre, OCA-git-bot, oca-ci, Maksym Yankin, Vicent-S73
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of stock module to support net
weight. (container excluded)

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_normal_form_view product.product xpath Inherits product.product_normal_form_view
view_product_product_form product.product xpath Inherits product.product_variant_easy_edit_view
view_product_template_form product.template xpath Inherits stock.product_template_form_view_procurement_button
Models touched (2)

New fields (2)
  • net_weight Float
    digits='Stock Weight' help='Weight of the product without container nor packaging.'
  • weight Float
    help='Weight of the product with its container and packaging.' string='Gross Weight'
Public methods (0)

No public methods.

New fields (2)
  • net_weight Float
    compute='_compute_net_weight' digits='Stock Weight' help='Weight of the product without container nor packaging.' inverse='_inverse_net_weight' store=True
  • weight Float
    help='Weight of the product with its container and packaging.' string='Gross Weight'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/18.0/product_net_weight
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSAlexis de Lattre, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of stock module to support net
weight. (container excluded)

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_normal_form_view product.product xpath Inherits product.product_normal_form_view
view_product_product_form product.product xpath Inherits product.product_variant_easy_edit_view
view_product_template_form product.template xpath Inherits stock.product_template_form_view_procurement_button
Models touched (2)

New fields (2)
  • net_weight Float
    digits='Stock Weight' help='Weight of the product without container nor packaging.'
  • weight Float
    help='Weight of the product with its container and packaging.' string='Gross Weight'
Public methods (0)

No public methods.

New fields (2)
  • net_weight Float
    compute='_compute_net_weight' digits='Stock Weight' help='Weight of the product without container nor packaging.' inverse='_inverse_net_weight' store=True
  • weight Float
    help='Weight of the product with its container and packaging.' string='Gross Weight'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/17.0/product_net_weight
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSRaphaël Valyi, Weblate, OCA-git-bot, oca-ci, remihb
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of stock module to support net
weight. (container excluded)

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_normal_form_view product.product xpath Inherits product.product_normal_form_view
view_product_product_form product.product xpath Inherits product.product_variant_easy_edit_view
view_product_template_form product.template xpath Inherits stock.product_template_form_view_procurement_button
Models touched (2)

New fields (2)
  • net_weight Float
    digits='Stock Weight' help='Net Weight of the product, container excluded.'
  • weight Float
    string='Gross Weight'
Public methods (0)

No public methods.

New fields (2)
  • net_weight Float
    compute='_compute_net_weight' digits='Stock Weight' help='Net Weight of the product, container excluded.' inverse='_inverse_net_weight' store=True
  • weight Float
    string='Gross Weight'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/16.0/product_net_weight
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Quentin Dupont, oca-ci, RabbitJon-S73, Studio73
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
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.product xpath Inherits product.product_normal_form_view
view_product_product_form product.product xpath Inherits product.product_variant_easy_edit_view
view_product_template_form product.template xpath Inherits stock.product_template_form_view_procurement_button
Models touched (2)

New fields (2)
  • net_weight Float
    digits='Stock Weight' help='Net Weight of the product, container excluded.'
  • weight Float
    string='Gross Weight'
Public methods (0)

No public methods.

New fields (2)
  • net_weight Float
    compute='_compute_net_weight' digits='Stock Weight' help='Net Weight of the product, container excluded.' inverse='_inverse_net_weight' store=True
  • weight Float
    string='Gross Weight'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/15.0/product_net_weight
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSsergio-teruel, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Fernando La Chica
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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 (2)
XML IDNameModelTypeStatus
view_product_product_form product.product xpath Inherits product.product_variant_easy_edit_view
view_product_template_form product.template xpath Inherits product.product_template_form_view
Models touched (2)

New fields (2)
  • net_weight Float
    digits='Stock Weight' help='Net Weight of the product, container excluded.'
  • weight Float
    string='Gross Weight'
Public methods (0)

No public methods.

New fields (2)
  • net_weight Float
    compute='_compute_net_weight' digits='Stock Weight' help='Net Weight of the product, container excluded.' inverse='_inverse_net_weight' store=True
  • weight Float
    string='Gross Weight'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/14.0/product_net_weight
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSmanu, Ví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:41:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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 (2)
XML IDNameModelTypeStatus
view_product_product_form product.product xpath Inherits product.product_variant_easy_edit_view
view_product_template_form product.template xpath Inherits product.product_template_form_view
Models touched (2)

New fields (2)
  • net_weight Float
    digits='Stock Weight' help='Net Weight of the product, container excluded.' string='Net Weight'
  • weight Float
    string='Gross Weight'
Public methods (0)

No public methods.

New fields (2)
  • net_weight Float
    digits='Stock Weight' help='Net Weight of the product, container excluded.' readonly=False related='product_variant_ids.net_weight' string='Net Weight'
  • weight Float
    string='Gross Weight'
Public methods (0)

No public methods.

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_net_weight
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERScubells, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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 (2)
XML IDNameModelTypeStatus
view_product_product_form product.product xpath Inherits product.product_variant_easy_edit_view
view_product_template_form product.template xpath Inherits product.product_template_form_view
Models touched (2)

New fields (2)
  • net_weight Float
    digits='Stock Weight' help='Net Weight of the product, container excluded.' string='Net Weight'
  • weight Float
    string='Gross Weight'
Public methods (0)

No public methods.

New fields (2)
  • net_weight Float
    digits='Stock Weight' help='Net Weight of the product, container excluded.' readonly=False related='product_variant_ids.net_weight' string='Net Weight'
  • weight Float
    string='Gross Weight'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/12.0/product_net_weight
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSSylvain LE GAL, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - decimal_precision
    - 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 (2)
XML IDNameModelTypeStatus
view_product_product_form product.product xpath Inherits product.product_variant_easy_edit_view
view_product_template_form product.template xpath Inherits product.product_template_form_view
Models touched (2)

New fields (2)
  • net_weight Float
    digits=dp.get_precision('Stock Weight') help='Net Weight of the product, container excluded.' string='Net Weight'
  • weight Float
    string='Gross Weight'
Public methods (0)

No public methods.

New fields (2)
  • net_weight Float
    digits=dp.get_precision('Stock Weight') help='Net Weight of the product, container excluded.' readonly=False related='product_variant_ids.net_weight' string='Net Weight'
  • weight Float
    string='Gross Weight'
Public methods (0)

No public methods.