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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
4785
查看
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
|
3297 | ||
|
1
1月 24
|
1500 | ||
|
0
5月 17
|
4715 | ||
|
1
2月 22
|
4616 | ||
|
0
6月 21
|
2649 |