devendrapathi / sneldev-magento-openerp

Automatically exported from code.google.com/p/sneldev-magento-openerp
0 stars 1 forks source link

Importing Products and Orders Successful - But Empty #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This problem could just be because I am using Magento 1.5, but the problem I am 
having is OpenERP 6.0 says it successfully imported orders and everything looks 
correct (name, address, etc.) but the order lines only have the shipping not 
the products ordered. When importing products & categories, it completes 
successfully but only the categories download - not the products.

What steps will reproduce the problem?
1. Click Import in OpenERP

Original issue reported on code.google.com by ChrisMDo...@gmail.com on 24 Mar 2011 at 3:20

GoogleCodeExporter commented 8 years ago
I have the same Problem. After the Import the Categories are OK but my 
Productlist is empty....

Original comment by c.yigit...@googlemail.com on 20 Jun 2011 at 12:57

GoogleCodeExporter commented 8 years ago
Same issue

Original comment by naturalf...@gmail.com on 27 Jun 2011 at 12:54

GoogleCodeExporter commented 8 years ago
I am using magento 1.5 and Openerp V6, It all seems to work fine on openerp, 
but will not transfer any data with Magento. I suppose this extension does not 
work with magento 1.5

Original comment by changi...@gmail.com on 12 Jul 2011 at 5:29

GoogleCodeExporter commented 8 years ago
Hi!
I'm using Magento 1.4 and OpenERP 6, clean install both.
First I created groups, and imported products to magento, and after that I 
synced with Openerp.
I deleted ALL product from OpenERP, and Magento.
When I import my products to magento, and want to sync with openerp, nothing 
happen... only the categories and orders synced.

Any idea?

Original comment by sajtm...@gmail.com on 26 Aug 2011 at 8:09

GoogleCodeExporter commented 8 years ago
Believe your issue is the same as issue 11. I had the same problem.

Original comment by raf...@gmail.com on 6 Sep 2011 at 10:41

GoogleCodeExporter commented 8 years ago
Please try again with module version 0.8.2

Original comment by sneldev@gmail.com on 3 Oct 2011 at 7:28

GoogleCodeExporter commented 8 years ago
Hi,

Iam Using OpenERP 6 and Magento 1.6 
and the sneldev_magento_openerp-0.8.2-openerp connector 
The problem is categories are being imported but the products r missing and the 
msg is being displayed as 'Imported succesfully'
and in sales order also missing the product name

In the Sneldev_magento.py file .
I have found the bug in this code
( products = server.call(session, 'product.list',[{'updated_at': {'from': 
last_import}, 'product_id': {'from': str(index), 'to': str(stop)}}])  )

When the webservice is called in the above code ...it is returning [](i.e Empty 
Array)
 and it is jumping to "NO product area loop" and printing the msg succefully....

If anyone knows the solution for this ....plz post it.....

Original comment by sukeshen...@gmail.com on 24 Oct 2011 at 11:48

GoogleCodeExporter commented 8 years ago
This should be fixed with 0.8.3 as well.

Original comment by sneldev@gmail.com on 23 Nov 2011 at 9:49