Product - UoM Measure Type

product_uom_measure_type
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_uom_measure_type
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
COMMITTERSRuchir Shukla, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:06
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
This module extend the product module.

- It adds a new selection field `measure_type` on `uom.category` and
  `uom.uom` models. This fields was present until the V13 in odoo `uom`
  module.
- It adds a related field `uom_measure_type` on the `product.template`
  model.

It is a technical module that doesn't add any feature by itself.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_product_template_form product.template field Inherits product.product_template_form_view
view_uom_category_form uom.category field Inherits uom.product_uom_categ_form_view
view_uom_uom_form uom.uom field Inherits uom.product_uom_form_view
Models touched (3)

New fields (1)
  • uom_measure_type Selection
    readonly=True related='uom_id.measure_type' store=True string='UoM Type of Measure'
Public methods (0)

No public methods.

New fields (1)
  • measure_type Selection
    required=True selection=[('unit', 'Units'), ('weight', 'Weight'), ('working_time', 'Working Time'), ('length', 'Length'), ('surface', 'Surface'), ('volume', 'Volume')] string='Type of Measure'
Public methods (0)

No public methods.

New fields (1)
  • measure_type Selection
    readonly=True related='category_id.measure_type' store=True string='Type of Measure'
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/16.0/product_uom_measure_type
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
COMMITTERSSylvain LE GAL, Weblate, OCA-git-bot, oca-ci, Bastian Guenther
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:48
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 (3)
XML IDNameModelTypeStatus
view_product_template_form product.template field Inherits product.product_template_form_view
view_uom_category_form uom.category field Inherits uom.product_uom_categ_form_view
view_uom_uom_form uom.uom field Inherits uom.product_uom_form_view
Models touched (3)

New fields (1)
  • uom_measure_type Selection
    readonly=True related='uom_id.measure_type' store=True string='UoM Type of Measure'
Public methods (0)

No public methods.

New fields (1)
  • measure_type Selection
    required=True selection=[('unit', 'Units'), ('weight', 'Weight'), ('working_time', 'Working Time'), ('length', 'Length'), ('surface', 'Surface'), ('volume', 'Volume')] string='Type of Measure'
Public methods (0)

No public methods.

New fields (1)
  • measure_type Selection
    readonly=True related='category_id.measure_type' store=True string='Type of Measure'
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_uom_measure_type
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 (1)
XML IDNameModelTypeStatus
view_product_template_form product.template field Inherits product.product_template_form_view
Models touched (1)

New fields (1)
  • uom_measure_type Selection
    readonly=True related='uom_id.measure_type' store=True string='UoM Measure Type'
Public methods (0)

No public methods.