Daily updates from Odoo
Thursday, March 27, 2025
1 change · master
Resolved issues and error corrections
Filtering records by date and time now handles non-UTC time zones more consistently. This reduces errors for users working with appointments, attendance, planning, projects, timesheets, and sales planning across different regions.
Original PR description
When filtering, always use naive datetimes to avoid errors when the datetime is not in the UTC timezone. odoo/odoo#203047