How can i change report language in odoo v12? I always want to print in the same language, regardless of user preference.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
3046
Views
Hi,
You can remove t-lang attribute from report template to print the report in same language
Example:
< template id="report_saleorder"> < t t-call="web.html_container"> < t t-foreach="docs" t-as="doc"> < t t-call="sale.report_saleorder_document" t-lang="doc.partner_id.lang" rel="ugc">"/> < /t> < /t> < /template>
This is sale order report template in V12. Currently it will be printed in partner language, you can remove t-lang attribute to print in the same language irrespective of partner.
Regards
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Sep 24
|
255 | ||
|
5
Aug 19
|
45067 | ||
|
4
Jun 18
|
17983 | ||
|
0
Jun 18
|
2334 | ||
|
2
May 16
|
14962 |