Attributes are not all imported to OpenErp on some Attribute sets
Bug #497216 reported by
Nautica
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magento OpenERP Connector |
Confirmed
|
Undecided
|
Mayank Goel |
Bug Description
I did a fresh install with revision 269 and an updated base_external_
I dont know why but only for one attributes set the assigned attributes are imported. The other attribute sets are in OpenErp but without the assigned attributes. The Attribute Set that has the attributes has the highest ID.
Related branches
lp://staging/~camptocamp/magentoerpconnect/magentoerpconnect_generic_bug_497216
Ready for review
for merging
into
lp://staging/~magentoerpconnect-core-editors/magentoerpconnect/magentoerpconnect_generic
- Sharoon Thomas http://openlabs.co.in: Approve
-
Diff: 12 lines (+1/-1)1 file modifiedmagerp_core.py (+1/-1)
To post a comment you must log in.
Import attributes only import attributes of the first attribute set.
If you look this page on the Magento API : www.magentocomm erce.com/ wiki/doc/ webservices- api/api/ catalog_ product_ attribute# catalog_ product_ attribute. list 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.
http://
The list function of the catalog_
The following branch should fix the problem.
lp:~c2c/magentoerpconnect/magentoerpconnect_generic_bug_497216
Regards
Nicolas