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

Hi, i need a little favor. I'm trying to translate the month into Indonesian (the default in English) in invoice report  (print out),

The code that we use right now is like this:

<para style="terp_default_Centre_8">[[time.strftime('%d-%B-%Y', time.strptime(o.date_invoice, '%Y-%m-%d')) ]] </para>

From the code above: The result will be eg. "24 January 2014" and I would like to change it into "24 Januari 2014" (Januari is the indonesian language). I've been trying to put [[ setLang('id_ID') ]] after the para style tag but  it is not working. Please, help me. Your helps will mean a lot and I'll totally appreciate your helps.

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

Rendy, I'm afraid OpenERP currently does not support month name translation into Bahasa Indonesia out of the box.  you need to develop that functionality.
 

Ảnh đại diện
Huỷ bỏ
Tác giả

Hi John, thank you for your answer. And that's where I stuck at, my coding skill is not really good, so there is really no simple way to change the month ?

Rendy, I'm afraid not. Based on my experience there are 2 issues surrounding day/month translations in OpenERP (at least for 7) that requires some coding to fix. One is the problem that you have indicated (printing name of month or day in forms/report) and another is if you change the language of UI (from user preferences) to another non-English language and use a date format that has a month name or day name component in it. Maybe you can try to contact the OpenERP partners in your country and see if they have solution for this.

Tác giả

ok, thank you john! Appreciate that

Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 2 22
5407
0
thg 12 23
1465
0
thg 11 23
1553
0
thg 9 23
1577
0
thg 3 20
4039