Skip to Content
Menu
This question has been flagged
1 Reply
757 Views

How do I force a specific language/translation in a report?

I have been able to use el_GR/t> to get most of the report to that language. But the invoice lines are still in the partner language.

It seems that line.name still is translated to the language of the partner_id 

If this is right, how do I change this?

Avatar
Discard
Best Answer

Specify t-lang attribute when you're calling a sub-report :

       

t t-call="report_name" t-lang="'el_GR'"
Avatar
Discard