Friday, June 21, 2024
1 change · 17.0
Enhancements to existing features
The attendance kiosk now loads smaller employee avatar images when opening the screen. This reduces the amount of data downloaded, helping the kiosk load faster for users on slow or unreliable internet connections.
Original PR description
## Description Upon initial loading, the kiosk attendance screen will load all employee's related data for the current company. This would also include their avatars, which are encoded in base64. By default, the images size used are the 1024px versions, requires the download of a multi MiB page content which can be quite slow for users connected that have a bad service or slow internet connection. ## Solution Reduce the size of the loaded avatar to their 256px version, which should be 8x less content to download than before. ## Reference opw-3978883 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr