openlabs / magento

Python API for Magento
Other
136 stars 82 forks source link

Everything is fine but nothing is imported #28

Closed autoslide closed 8 years ago

autoslide commented 9 years ago

Hi,

I cant import Sale order or customers, i have just this:

I2015-08-27 14:16:22,359 4191 INFO Autoslide openerp.addons.magentoerpconnect.sale: search for magento saleorders {'created_at': {'to': '2015/08/27 14:15:23', 'from': '2015/08/27 13:47:55'}, 'store_id': {'in': [u'0']}, 'state': {'neq': 'canceled'}} returned []
2015-08-27 14:16:23,834 4191 INFO Autoslide openerp.addons.magentoerpconnect.product: search for magento products {'updated_at': {'to': '2015/08/27 14:15:22', 'from': '2015/08/27 13:47:54'}} returned []

Magento returns nothing for between the dates in the filter.

Regards