Hello,
I want to translate default header that is configured in company settings Header/Footer. I don't see where I should go to translate such string as 'Phone:'
and 'Mail:'
.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
As I got answer from developers, for now it seems there is no direct way to translate these values. You can either use one language (translate whole header in a language you want), or create module that overrides default header. So this way you can put header information in rml report which can be translated. But the bad part is that you may need to create custom module for every report you want to translate, overriding default header.
I am facing same issue. If anyone know the solution. please post and close this question.
Same problem here. How to translate the name of the fields "Phone :", "Email :", "Website :" and "TIN :" in the footer?
Footer code:
<para style="main_footer">Phone : [[ company.partner_id.phone or '' ]] - Email : [[ company.partner_id.email or '' ]] - Website : [[ company.partner_id.website or '' ]] - TIN : [[ company.partner_id.vat or '' ]]</para>
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 3 15
|
6976 | ||
Header Footer Document Export
Đã xử lý
|
|
1
thg 6 23
|
2974 | |
|
1
thg 3 23
|
8866 | ||
|
0
thg 3 15
|
3730 | ||
|
1
thg 12 23
|
2396 |
same need, as the english words appear on Sales receipt given to customers; not able to find out where to change these same 2 words
Same problem here. How to translate the name of the fields "Phone :", "Email :", "Website :" and "TIN :" in the footer?
Footer code: