c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08083
[Bug 688225] Re: Importing products skip if catalog_product_entity = sku crisscross
Kyle,
the fix has been committed in commit #375 in magentorpconnect. You should also update you base_external_referentials module to rev #5187 at least and also reload you instance mapping "reload mappings" button.
This force to lookup order line products by SKU rather than product_id as the SKU seems to have the priority over the product_id anyway. If no SKU is found and you order get linked to some product having the same product_id as the unfound sku, well you are very bad lucky, but in any case your Magento order would have a problem (as it would reference SKU that don't exist in Magento), I think its reasonable to assume it will be rare enough so we do nothing about it.
** Changed in: magentoerpconnect
Status: Confirmed => Fix Released
--
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:
Fix Released
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