Daily updates from Odoo
Saturday, April 20, 2024
3 changes · master
Code cleanup and technical improvements
The Project Timesheet synchronization app has been rebuilt on Odoo's newer interface framework to support future development. This should help keep the app maintainable and aligned with upcoming platform improvements, without introducing a new business feature.
Original PR description
PURPOSE To prepare future we want to convert everything into owl. Convert project_timesheet_synchro to owl SPEC Convert project_timesheet_synchro to owl TASK 2208443
Incoming customer emails are now handled more consistently across documents, helpdesk, quality control, and related workflows. This improves customer matching, reduces unnecessary follower notifications, and makes the underlying mail handling easier to maintain for future improvements.
This update reorganizes and standardizes parts of the Point of Sale app, especially mobile employee login and IoT-connected POS components. The changes should make the POS easier to maintain and reduce unnecessary reloads when configuring installed POS modules, helping improve reliability for stores using these features.
Original PR description
Related to: https://github.com/odoo/odoo/pull/70263