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
회신
4856
화면
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
|
3462 | ||
|
1
1월 24
|
1574 | ||
|
0
5월 17
|
4793 | ||
|
1
2월 22
|
4679 | ||
|
0
6월 21
|
2705 |