Friday, August 23, 2024
2 changes · 17.0
Enhancements to existing features
Users connecting IoT devices to the database now receive clear notifications about the connection status—whether it succeeded, failed, or is still processing. This eliminates confusion and improves the user experience by providing real-time feedback instead of requiring users to manually check the connected devices list.
Original PR description
When the user was connecting an IoT to the database there was no notification or any information to tell him that he succeded / failed / had to wait to see it in the "connected" list. We now display those notifications. Task: 4104811
This update improves the performance of the Australian payroll system by optimizing how payment method information is processed. The change adjusts database query counts to ensure the system runs more efficiently when handling payroll data, which helps reduce processing time and system load.
Original PR description
This commit will increase the queryCount due to the compute on payment method added in this commit: https://github.com/odoo/odoo/pull/171795/commits/76875a28422ae5267b718b5d51bc186e9884a0e8 task: 3770458