This question has been flagged
2 Replies
3764 Views

Hello, I have a datetime field that is being saved correctly in the database but is not being displayed correctly in the form view.  Im sure it has something to do with time zones and the UTC time zone.  How can I get the time from the database to appear correctly on the one2many control on the form view? 

Avatar
Discard
Best Answer

configure same timezone of your server for each user.

Avatar
Discard
Best Answer

Odoo/OpenERP will store the time in the database at UTC timezone.  The display in the client will be dependant on the user's timezone configuration.  If the user's time zone is set to UTC (GMT+0.00), then it will just display whatever in the database.

Avatar
Discard