Hi all,
I frequently do migrate in openerp server through xml-rpc.
Ex
color = {'name':u'Rotule right Aurélia'}
oorpc.execute('my.color','my_custom_method', color)

See I can migrate unicode data and call call remote method easily.
So far so good.
Recently, i've tried using terminatooor ( a great plugin for kettle). And the 
problem arises, I don't know how to call my_custom_method the object and I've 
got issue sending unicode data.
In python script, the name will be encoded with value 'Rotule right 
Aur\xc3\xa9lia '.
But seeing debug log, the name will be encoded by terminatooor with value 
'Rotule middle Aur\357\277\275lia'
So in the server side, the data value is not decoded correctly and I get bad 
data.
Any one experience in these issues since terminatooor is rather new.




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=60761#60761

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to