Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
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 09:06:25
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description
Define default product UoM at product category level.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_category_form_view product.category.form - product_category_uom product.category form Inherits product.product_category_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • uom_id Many2one → uom.uom
    help='Default unit of measure used for products in this category.' args: 'uom.uom', 'Default Unit of Measure'
Public methods (1)
  • update_product_uom(self)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • set_uom_from_category(self)

Loading…