c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #22294
[Bug 705391] Re: Import Product Attributes error.
I did a workaround to skip this error. In magentoconnect/product.py i added the following `if statement` in create and write function of class magerp_product_attributes
if vals['frontend_input'] == 'image':
vals['frontend_input'] = False
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/705391
Title:
Import Product Attributes error.
Status in Magento Open ERP Connector:
New
Bug description:
Warning:`The value "image" for the field "frontend_input" is not in
the selection` while Importing Product Attributes. Due to this only
77 Product Attributes are imported instead of 113 in Magento(version
1.4.0.1). Also, all product categories and products are imported but
if I see menu Product By Category in OpenERP i cant see products
categorized correctly...........is it because of this attribute
error????
References