This is problem we have not found still a solution for. As you know, esale_osc has got 2 parts, there is a openerp-synchro module that you should go up same place where your web store is located. If you downloaded last esale_osc version from launchpad, please edit openerp-synchro.php file.
You could see there is 2 lines on first function, one of them including utf8_encoding function and another one without that function. If you are using old version of openerp-synchro.php, you could find utf8_encoding function all over the file. If your OpenERP server is located on a linux server utf8-encoding function produces this error (invalid token). If your OpenERP server is located under Windows (or in a laptop where both windows and ubuntu are installed in different partitions) and you don't use utf8_encoding function you will obtain unicode decode error. Problem can be your stores's collation code, but we tried with 4 different stores, on different mysql collation... with spanish characters... and problem is not the store, it's the environment where OpenERP server is located. I opened a bug on launchpad a few months ago, but they closed as invalid... but only adapting the php file to your needs, including or not the function it works... ------------------------ Manuales, Videotutoriales de OpenERP en http://www.openerpsite.com http://www.aulaerp.com -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=41149#41149 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
