Product Equivalent Category

product_equivalent_category
REPOSITORY
REPOSITORYOCA/product-attribute
GIT
GIThttps://github.com/OCA/product-attribute.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-attribute/tree/12.0/product_equivalent_category
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow S.L.
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Adrià Gil Sorribes
WEBSITE
WEBSITEhttps://github.com/OCA/product-attribute
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits product.product_template_form_view
product_template_tree_view product.template field Inherits product.product_template_tree_view
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.