Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 07:31:54
Authors
Odoo Community Association (OCA), ForgeFlow S.L.
Maintainers
Odoo Community Association (OCA), ForgeFlow S.L.
Committers
Weblate, OCA Transbot, OCA-git-bot, oca-travis, Adrià Gil Sorribes
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
product_equivalent_category_form_view product.equivalent.category.form product.equivalent.category form New
product_equivalent_category_list_view product.equivalent.category.list product.equivalent.category tree New
product_equivalent_category_search_view product.equivalent.category.search product.equivalent.category search New
product_template_form_view product.template form Inherits product.product_template_form_view
product_template_tree_view product.template tree Inherits product.product_template_tree_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • description Text
    args: 'Description'
  • name Char
    index=True required=True translate=True args: 'Name'
  • product_count Integer
    compute='_compute_product_count' help='The number of products under this category' args: '# Products'
Public methods (1)
  • action_view_product_template_ids(self)
    @api.multi

New fields (1)
  • equivalent_categ_id Many2one → product.equivalent.category
    help='Select equivalent category for the current product' args: 'product.equivalent.category', 'Product Equivalent Category'
Public methods (0)

No public methods.