Product Logistics UoM Total Weight

product_logistics_uom_total_weight
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_logistics_uom_total_weight
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYProduct
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), APSL-Nagarro, Antoni Marroig
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), APSL-Nagarro, Antoni Marroig
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_logistics_uom
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 adds a field in different views associated to product to see how many kilograms (or pounds) are depending of the weight field thats appears on inventory tab of product form.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_product_stock_tree_inherit product.product.stock.tree.inherit product.product xpath Inherits stock.product_product_stock_tree
product_template_kanban_view_inherit product.template.product.kanban.inherit product.template xpath Inherits product.product_template_kanban_view
product_template_tree_view_inherit product.template.product.tree.inherit product.template xpath Inherits product.product_template_tree_view
Models touched (2)

New fields (1)
  • total_weight Float
    compute='_compute_total_weight'
Public methods (0)

No public methods.

New fields (1)
  • total_weight Float
    compute='_compute_total_weight'
Public methods (0)

No public methods.