Closed GoogleCodeExporter closed 8 years ago
Did you create a Magento shop before trying to import categories ?
If so you could try to create the following file on your server :
/var/log/openerp-server/magento_export.log and reload the OpenERP server.
Then try to export again and check the file you created it should contain more
information on what is going on.
Original comment by sneldev@gmail.com
on 4 Feb 2011 at 8:49
Original comment by sneldev@gmail.com
on 4 Feb 2011 at 8:50
Yes, the magento shop is up and running. Where should i create this file, on
the webserver with the magento installation or on my local windows pc with the
open erp installation (where do i have to create the file on a windows
machine)? And what do you mean when you say "Try to export.."? I try to import
the categories and products form my magento shop into open-erp.
Original comment by grupolim...@gmail.com
on 7 Feb 2011 at 12:12
Hello,
Unfortuantely, logging does not work with windows servers.
Regarding my comment about creating a Magento Shop, I meant creating a Magento
shop inside OpenERP.
It is described here :
http://code.google.com/p/sneldev-magento-openerp/wiki/QuickStartTutorial
Original comment by sneldev@gmail.com
on 7 Feb 2011 at 12:17
I don't know why but i'm a step further. Now the category import works, but
only the categories are imported not the products. When i start "Import
Categories and products from magento" in the Magento tab in opeErp, it's
working a while and ends with the message "Product import done" but no product
is imported. Is there anything else to configure?
Original comment by grupolim...@gmail.com
on 8 Feb 2011 at 8:52
There should be nothing else to configure.
Unfortunately we do not test the importand it is not possible to generate logs
with a Windows OpenERP server.
Original comment by sneldev@gmail.com
on 9 Feb 2011 at 4:50
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:47
Please try again with 0.8.3 connector. It should be fixed there.
Original comment by sneldev@gmail.com
on 23 Nov 2011 at 9:48
Original issue reported on code.google.com by
grupolim...@gmail.com
on 1 Feb 2011 at 1:04