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

Hi, 

I'm creating my first qweb report and when I do this :
<span t-field="o.date_start" t-field-options='{"format": "d-MM-Y h:m"}'/>

It prints a different hour from the hour displayed in the form view to my user, I think that prints the time of the server and not the time in the timezone of the user .

In v7 we can use the:

<para style="P2">[[ setLang(o.partner_id.lang) ]]</para>

<para style="terp_default_Centre_8">[[ formatLang(o.date,date_time=True) ]]</para>

How can we do this in v8 (qweb)? 

Thanks

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

Hi,

you can use following things to get your desire result.

<p t-esc="formatLang(o.date_start, date_time=True)" />

I hope it will useful to you.

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

I get this error: QWebException: ""'NoneType' object is not callable" while evaluating 'formatLang(o.date_start, date_time=True)'" while evaluating I try to do this before :

but that doesn't work.
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 6 21
7966
2
thg 10 22
6268
Sum on QWeb reports Đã xử lý
3
thg 3 21
43773
1
thg 9 16
3920
0
thg 12 15
4278