Product Logistics UoM Net Weight Integration

product_logistics_uom_net_weight
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_logistics_uom_net_weight
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Factor Libre
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Factor Libre
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Adrián Cifuentes, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_logistics_uom
    - product_net_weight
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - 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 label Inherits product_net_weight.product_normal_form_view
view_product_product_form product.product label Inherits product_net_weight.view_product_product_form
view_product_template_form product.template label Inherits product_net_weight.view_product_template_form
Models touched (2)

New fields (2)
  • net_weight Float
    digits=False
  • product_net_weight Float
    compute='_compute_product_net_weight' digits='Stock Weight' help="The net weight in the product's weight UOM, container excluded." inverse='_inverse_product_net_weight' args: 'Net Weight'
Public methods (0)

No public methods.

New fields (1)
  • product_net_weight Float
    compute='_compute_product_net_weight' digits='Stock Weight' help="The net weight in the product's weight UOM, container excluded." inverse='_inverse_product_net_weight' store=True args: 'Net Weight in product UOM'
Public methods (0)

No public methods.