Daily updates from Odoo
Tuesday, June 24, 2025
2 changes
Code cleanup and technical improvements
The Planning app code has been reorganized by moving separate planning classes into their own files. This does not change user-facing behavior, but it makes the codebase easier to maintain and safer to update in the future.
Original PR description
- split planning classes each to its own file extract from this: odoo/enterprise#81319 Task: 4866865
The IoT-related driver and homepage components were consolidated into a single module structure. This reduces internal complexity and helps keep maintenance of connected device features more consistent without changing day-to-day business workflows.
Original PR description
`hw_posbox_homepage` files had no reason to be placed in a separate module, we then merged it into `hw_drivers`, that we renamed `iot_drivers` in the meantime. Community PR: odoo/odoo#213749 Task: 4860513