Hello, how can I change an inherited qweb report from Spanish-English to English-Spanish? This report is used in multi-companies, I already tried to translate it through a .po and I already changed the languages in the database to see if it would print the report in English (in this case), but it doesn't work...
How can I do it by code?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
Hi,
Kindly check the below code for reference.
<template id="report_saleorder">
<t t-call="report.html_container">
<t t-foreach="docs" t-as="doc">
<t t-call="sale.report_saleorder_document" t-lang="doc.partner_id.lang"/>
</t>
</t>
</template>
Here, we are taking the pdf report based on the partner language. For that we are using the ‘t-lang’ . If you are not required to use the partner language or user language. You can create a field for saving the required language value to the model. And mention that corresponding field name on the t-lang attribute of the inherited template.
Hope it helps
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
1
Ağu 22
|
4710 | ||
Date with letter in qweb report
Çözüldü
|
|
1
Haz 22
|
3104 | |
|
2
Mar 24
|
1550 | ||
|
1
Tem 23
|
3130 | ||
|
0
May 22
|
3251 |