TIP: You can type at any time to perform a new search.
Product - UoM Measure Type
product_uom_measure_type · OCA/product-attribute
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_typeSelectionreadonly=Truerelated='uom_id.measure_type'store=Truestring='UoM Type of Measure'
No public methods.
New fields (1)
-
measure_typeSelectionrequired=Trueselection=[('unit', 'Units'), ('weight', 'Weight'), ('working_time', 'Working Time'), ('length', 'Length'), ('surface', 'Surface'), ('volume', 'Volume')]string='Type of Measure'
No public methods.
New fields (1)
-
measure_typeSelectionreadonly=Truerelated='category_id.measure_type'store=Truestring='Type of Measure'
No public methods.
Loading…
Loading…