TIP: You can type at any time to perform a new search.
Product Equivalent Category
product_equivalent_category · OCA/product-attribute
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
descriptionTextargs: 'Description' -
nameCharindex=Truerequired=Truetranslate=True args: 'Name' -
product_countIntegercompute='_compute_product_count'help='The number of products under this category' args: '# Products'
-
action_view_product_template_ids(self)@api.multi
New fields (1)
-
equivalent_categ_idMany2one → product.equivalent.categoryhelp='Select equivalent category for the current product' args: 'product.equivalent.category', 'Product Equivalent Category'
No public methods.