← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 688225] Re: Importing products skip if catalog_product_entity = sku crisscross

 

I got a 3 lines patches, it's coming.

Meanwhile, if you want to detect if you are impacted, it's pretty simple, all order lines with no product_id could potentially have corrupted a product which SKU was the same as the product_id of the line (you can check it with Magento API).
If all order lines have a product_id in OpenERP, then you are not impacted. If you imported orders right after the catalog import, chances are you are not impacted. Looks like we are not impacted on the dump with our 11 000 orders import here for instance, only later imports attempts made corruption.

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

Title:
  Importing products skip if catalog_product_entity = sku crisscross

Status in Magento Open ERP Connector:
  Confirmed

Bug description:
  When we were importing our orders about 500 of our products would not import. We couldnt figure out why. We downloaded what we could and dumped it to a log file

We discovered that when magento was returning the products OpenERP would not add the product to the database if the catalog_entity matched the sku. We are not sure why it happens

Is there any way to fix this?





References