Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
9143 Lượt xem

I need to print the unit of measure in english and chinese in my report

I have already put the translate in the openerp, how can I change the lang for a field in the report?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

If you are reporting in QWeb you can create a translatable template.  In Odoo version 9.0 the will be making it even easier by adding a new t-lang option to the t-call QWeb operator. 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

What reporting engine do you use?  For RML and webkit, the method setLang() is available to set the language.  If you just want to change the language for one field, put a setLang before it and another after to set it to a different language.  The argument needed is the locale code like 'en_US' or 'zh_CN'.

Ảnh đại diện
Huỷ bỏ