コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
5550 ビュー

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



アバター
破棄
著作者 最善の回答

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>

アバター
破棄
最善の回答

Try using this to translate your report:

partner_id.user_id.lang
アバター
破棄
関連投稿 返信 ビュー 活動
0
5月 24
2982
3
4月 22
12956
1
3月 19
4077
2
11月 17
4811
1
6月 17
6279