Skip to Content
Menu
This question has been flagged
3 Replies
4288 Views

The date is displayed as one day before when trying to create a meeting. This is what I get:


In Calendar , first I click in the "All day" section of the day I want the meeting to happen. For example: February 16th.

Then the "create" window appears, I write the meeting summary or title and them click on "Edit". The window to edit the meeting appears.

Then I see the date is wrong. Is one day before the one I selected: February 15th:

Starting at: 02/15/2017

Ending at: 02/15/2017


My production server uses odoo 8.0, but I'm doing tests with a fresh odoo 9.0 install, and I see the exact same problem. The odoo 9.0 doesn't have custom modules and is using a new/clean database.

I have tried with different languages, different browsers, different users, updating the server, rebooting, etc.


I thought there was something wrong with my production server (custom modules, database configuration, etc), but I see it also happens in odoo 9.0. Is this the correct behavior?


Avatar
Discard
Best Answer

Yes, It is a bug in Odoo. They set DateTime (with timezone) field from a date field ( which is unaware of timezone). Hence gets the wrong date. The issue is when your timezone is less than UTC0, for higher tz wouldn't be issue.

Avatar
Discard
Author Best Answer

I can't comment on your answer.

The timezone of all users in odoo is the same for us: America/Managua, and they are correct. I also checked the users computers and the server timezone.

I don't think is the timezone.

Avatar
Discard
Best Answer

Did you check the timezone settings of your users? Odoo Server uses UTC by default, if you do not set proper timezones for your users, this may happen.

Avatar
Discard
Related Posts Replies Views Activity
0
Feb 16
2758
0
May 24
1012
1
Mar 15
3982
1
Jun 23
1724
14
Dec 23
16357