Is it possible to specify language for every field? For example report would be multi-language, so same field would need to be translated in two languages in same report. Report is divided in two parts, first part is one language and the second part is another language. So fields in both parts are the same, but they need to be translated in different languages.
I know there is a function setLang(), but using it twice, for some reason one language overrides the other. Any suggestions?
P.S. I asked this question here: http://help.openerp.com/question/29996/set-two-languages-in-rml-report/, but no one answered, so figured maybe someone in stackoverflow will know about it..
as per my knowledge this will help to print report in multi currencies, OpenERP has option
setting --> configuration --> invocing --> Features --> Allow multi currencies
when we print report in OpenERP, generally rml take language as the seted or loaded or preferred, if we want to do in rml than we use setLang() function.
Hope this will help you