Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
3 Răspunsuri
5521 Vizualizări

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



Imagine profil
Abandonează
Autor Cel mai bun răspuns

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>

Imagine profil
Abandonează
Cel mai bun răspuns

Try using this to translate your report:

partner_id.user_id.lang
Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
mai 24
2950
3
apr. 22
12881
1
mar. 19
4021
2
nov. 17
4789
1
iun. 17
6226