Comment 1 for bug 497216

Revision history for this message
Nicolas Bessi - Camptocamp (nbessi-c2c-deactivatedaccount) wrote :

Import attributes only import attributes of the first attribute set.

If you look this page on the Magento API :
http://www.magentocommerce.com/wiki/doc/webservices-api/api/catalog_product_attribute#catalog_product_attribute.list
The list function of the catalog_product_attribute take an int as parameter, as the OpenERP connector send an array of multiple ids, only the first id is taken in account.

The following branch should fix the problem.

lp:~c2c/magentoerpconnect/magentoerpconnect_generic_bug_497216

Regards

Nicolas