Hi I am trying to connect via XMLRPC to the odoo server. Connection was succesfull and I am able to get the products fields in the "product.template", etc...
I need to get the products names but in a different language. Let say that I have my database in english and I need to get the products name in spanish.
The language of the user I am using to connect to the database is set to Spanish but it gave to me the product names in english.
How can I do that via XMLRPC?
Thanks and regards,