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

Hello,

I inherited "sale.report_saleorder_document" to had some information. Unfortunately, I can't use French transalation when I'm trying to print a sale order, even if my partner language is French.

And I have that error in log which force english version :

openerp.addons.base.ir.ir_qweb: 'doc.partner_id.lang' is not a valid language code, is an empty field or is not installed, falling back to en_US


How could I use French transalation ?


Best regards,

FTK



Awatar
Odrzuć
Autor Najlepsza odpowiedź

Thank you for your answer, but I had overwritten template and forcing language: 

<template id="sale.report_saleorder" >

<t t-call="report.html_container">

<t t-foreach="docs" t-as="doc">

<t t-call="sale.report_saleorder_document" t-lang="fr_FR"/>

</t>

</t>

</template>

Awatar
Odrzuć
Najlepsza odpowiedź

Try using this to translate your report:

partner_id.user_id.lang
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
maj 24
2693
3
kwi 22
12444
1
mar 19
3834
2
lis 17
4647
1
cze 17
6003