Tuesday, February 10, 2026
2 changes · 19.0
Resolved issues and error corrections
This update resolves an issue where the restaurant appointment tour would fail after a page refresh due to a reset of the simulated time. The fix uses a new tool to maintain the correct date, ensuring the tour correctly displays all scheduled appointments. This improves the user experience for restaurant bookings.
Original PR description
The `RestaurantAppointmentTour` fails when page refreshes reset the mock clock to system time, causing the frontend to filter out mock appointments and the tour to timeout. Refactor the tour to use the new `withTimeFreeze` helper, ensuring the simulated date persists across reloads so appointments remain visible. runbot-232601 Related Community PR: odoo/odoo#247596 Forward-Port-Of: odoo/enterprise#106724
This update resolves an issue where the system incorrectly calculated employee expenses when both a private and company car were used during the same pay period. The fix ensures accurate expense tracking by properly accounting for both vehicle types, improving payroll accuracy and compliance.
Original PR description
…occupation