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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
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.
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.
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?
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
0
mei 24
|
2556 | ||
|
1
sep. 15
|
9796 | ||
Translation partially loaded
Opgelost
|
|
1
mrt. 19
|
3714 | |
|
2
nov. 17
|
4528 | ||
|
1
jun. 17
|
5823 |