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
الرد
4788
أدوات العرض
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
يوليو 25
|
3299 | ||
|
1
يناير 24
|
1500 | ||
|
0
مايو 17
|
4722 | ||
|
1
فبراير 22
|
4616 | ||
|
0
يونيو 21
|
2650 |