Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.3
Category
Product Management
Folder size
0.03 MB
License
GPL-3 or any later version
Application
No
Auto-installable
No
Website
https://odoo-community.org/
Last tracking update
2026-08-07 07:03:07
Authors
Odoo Community Association (OCA), Sharoon Thomas
Maintainers
Odoo Community Association (OCA), Sharoon Thomas
Committers
Yannick Vaucher, Stéphane Bidoul, Alexandre Fayolle, Laetitia Gangloff, Pedro M. Baeza, GitHub, Denis Roussel, Stéphane Bidoul (ACSONE), OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
connector_prestashop, magentoerpconnect, product_categ_attributes
Description
This module Extends the existing functionality of Open ERP Products
(One product - One Catgory) to One product -> Many Categories

**Note**: This module was built generically but in focus of the Magento
Open ERP connector.

**Note 2**: The additional categories are only for classification and does
not affect other operations.
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_normal_form_view_add_categids product.normal.form product.template form Inherits product.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • categ_id Many2one
    string='Pricing/Primary Category'
  • categ_ids Many2many → product.category
    column1='product_id' column2='categ_id' comodel_name='product.category' relation='product_categ_rel' string='Product Categories'
Public methods (0)

No public methods.

Loading…

Loading…