Product - Many Categories
by Sharoon Thomas https://odoo-community.org/ , Odoo Community Association (OCA) https://odoo-community.org/
Odoo
| Versions | 8.0 |
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.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Social Network (mail)
|
| Technical Name |
product_m2mcategories |
| License | GPL-3 or any later version |
| Website | https://odoo-community.org/ |
Please log in to comment on this module
There are no ratings yet!
some difficults while install
odoo 8. for instal: 1) edit product.py: - replace "from osv import osv,fields" with "from openerp.osv import osv,fields" 2) replace "./product_m2mcategories/product_view.xml" with "./product_m2mcategories/views/product_view.xml" then install. installation couse errors without this steps. sorry for bad English.