devendrapathi / sneldev-magento-openerp

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

problem in Importing #17

Closed GoogleCodeExporter closed 8 years ago

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 issue reported on code.google.com by sukeshen...@gmail.com on 24 Oct 2011 at 11:54

GoogleCodeExporter commented 8 years ago

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