Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
Product
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 08:22:59
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits product.product_template_form_view
view_uom_category_form uom.category form Inherits uom.product_uom_categ_form_view
view_uom_uom_form uom.uom form Inherits uom.product_uom_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Loading…