Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.1
Category
Product
Folder size
0.03 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), PESOL
Maintainers
Odoo Community Association (OCA), PESOL
Committers
Henry Backman, OCA-git-bot, Nacho, oca-ci
Odoo dependencies
odoo/odoo:
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to archive UoM categories.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
uom_category_form_view uom.category.form.inherit uom.category form Inherits uom.product_uom_categ_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • active Boolean
    default=True help='If unchecked, it will allow you to hide the product category without removing it.'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

Loading…