Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
8018 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Autor

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.

Autor

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?

Powiązane posty Odpowiedzi Widoki Czynność
0
maj 24
2556
1
wrz 15
9796
1
mar 19
3714
2
lis 17
4528
1
cze 17
5823