c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #16858
[Bug 722506] [NEW] sync_partners doesn't import adresses
Public bug reported:
Hello,
We have encountered a problem with the function sync_partners. It
imports all partners, but only one address and repeatedly prints
"Updated in OpenERP res.partner.address from External Ref with
external_id False and OpenERP id 2 successfully".
After some research, it seems the address dict obtained from magento API
does not provide the external key, which in turn makes the code unable
to differentiate external addresses. It then keeps updating the same
openerp record with each address ("Openerp id 2").
** Affects: magentoerpconnect
Importance: Undecided
Status: New
--
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/722506
Title:
sync_partners doesn't import adresses
Status in Magento Open ERP Connector:
New
Bug description:
Hello,
We have encountered a problem with the function sync_partners. It
imports all partners, but only one address and repeatedly prints
"Updated in OpenERP res.partner.address from External Ref with
external_id False and OpenERP id 2 successfully".
After some research, it seems the address dict obtained from magento
API does not provide the external key, which in turn makes the code
unable to differentiate external addresses. It then keeps updating the
same openerp record with each address ("Openerp id 2").
Follow ups
References