← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 722506] Re: sync_partners doesn't import adresses

 

We did some research, and it seems that magento want "entity_id" and not
"customer_address_id" for the function "Import all partner".

We corrected the referential and it works. We wanted to push the correction but we are afraid that the "customer_address_id" may be still needed for the function "Import Orders", so we didn't. 
Please make good use of this information.

-- 
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