Hi, I installed the openerp-magento synchro modules yesterday on Magento 1.3.1 and OpenERP 5.0 and it works as expected.
One of the issues I ran into on importing sales orders is that the access to scripts in /app/* is limited with an .htaccess file. This means that, if you don't change the .htaccess file, the importing of sales orders will not work. This is not a bug in the synchro, just a security measure in Magento. Alter the contents of /app/.htacces so that the IP address of your OpenERP server can get access to the scripts. Something like Order deny,allow Allow from <OpenERP> Deny from all If you check your apache logs you will now see 403 errors on importing sales orders. After you changed the .htaccess, those 403's should be gone. Good luck, Freerk -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=35898#35898 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
