Thursday, October 3, 2024
1 change · saas-17.4
Resolved issues and error corrections
The attendance kiosk now refreshes the displayed date automatically instead of keeping the date from when the screen was first opened. This prevents employees from seeing an outdated date if the kiosk remains open overnight.
Original PR description
Problem: The current date in the kiosk view remains static, as `now` is initialized when the component is rendered and does not update. The date should dynamically refresh by calling `DateTime.now()` at regular intervals. Steps to reproduce: - Open the attendance kiosk view. - Wait until the next day. - The displayed date does not update automatically. opw-4199136 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr