Odoov10 Calendar: calendar view displays UTC for start_datetime not the user's timezone (America/Los_Angeles), all other Calendar views will display 'start_datetime' as user's timezone (America/Los_Angeles) correctly?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
4797
ビュー
I have same problem. start_datetime on calendar view is utc, but when i click, it shows as local timezone. there is a go around: set postgresql and odoo timezone as utc.
solve the problem:
change file: odoo-dev/addons/web_calendar/static/lib/fullcalendar/js/fullcalendar.js
< ignoreTimezone: true,
<
---
> //ignoreTimezone: true,
> ignoreTimezone: false,
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
3
7月 25
|
3304 | ||
|
1
1月 24
|
1501 | ||
|
0
5月 17
|
4729 | ||
|
1
2月 22
|
4621 | ||
|
0
6月 21
|
2659 |