c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07643
[Bug 688225] Re: Importing products skip if catalog_product_entity = sku crisscross
Ive spent a few hours with this and all I get when importing orders is,
'NoneType' object has no attribute 'get'
now when downloading sales orders it wont download any products and
gives that error. I patched the file external_osv.py at like 96. Added
the two lines, copy pasted exactly as shown. Then I went into the client
Administration>customization>database Structure>External Referentials clicked on my site
Down at object mapping clicked on sale order line
product_id then added your line copy pasted it
so its that line the result =
and the rest.
Also the problem I was having earlier occurs with the modification, if I dont have it then the products import just fine but without the extra missing products. Im not sure why it would cause that error I pasted above. But I know for sure because ive run an import several times and have some data to support that.
Would really like to get this to work. :(
--
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