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