Daily updates from Odoo
Saturday, April 20, 2024
5 changes
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
The view creation dialog in Odoo Studio was rebuilt using the newer interface framework. This prepares the feature for future improvements while keeping the business workflow essentially unchanged.
Original PR description
PURPOSE Prepare future for owl SPEC Convert view dialog box to owl TASK 2289910
The Map View setup dialog in Odoo Studio was rebuilt using the newer interface framework. This prepares the feature for future maintenance while keeping the user-facing behavior largely unchanged.
Original PR description
PURPOSE Prepare future for owl SPEC Convert map view dialog to owl task: 2302480
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