Skip to Content
Menu
This question has been flagged

Is it possible to specify language for every field? For example report would be multilanguage, 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 language

Avatar
Discard
Best Answer

Theoretically you should be able to call setLang() twice in the same report, keeping in mind that the effect will last only until the next call. This is how it works if you print multiple invoices at once: each invoice will have a setLang() call at the beginning, so it will be printed in the relevant Partner language.
You could do the same thing if you can cleanly split your report file in 2 sections and put a setLang() call before each section.

Avatar
Discard
Author

Yeah it works with invoices. For some reason for templates that first use odt document to generate report, this feature is out of the place - one language overrides the other.

Author

The problem seems to be that template is divided into two columns - left an right. Then when I use setLang() function it set's language for god knows which part of text. I can't figure out then where to put setLang() to change language where I want, because if thinking that setLang() would change language for text bellow, it does not work like that. For example using setLang() below some text, it changes language for every text, even above. setting language in another column, it changes language two few paragraps...

Can I get an example please for setLang()

Is it compatible with Odoo 10?

Related Posts Replies Views Activity
0
May 24
1393
1
Sep 15
8692
1
Mar 19
2638
2
Nov 17
3554
1
Jun 17
4389