Daily updates from Odoo
Monday, March 30, 2026
3 changes
Features or functions removed from Odoo
This update removes the ability for non-internal users to view the IM status of other users. This change improves user privacy and reduces unnecessary data exposure, aligning with our commitment to responsible data practices. It simplifies the system for all users.
Original PR description
community PR: https://github.com/odoo/odoo/pull/248806 This commit removes the possibility for non-internal users to see the IM status of other users/guests. Non-internal users don't need this information, making it unnecessarily invasive.
This update removes outdated code related to thumbnail synchronization, specifically addressing a forgotten status restriction and a simplified condition. This cleanup improves the efficiency and maintainability of the documents module, ensuring a smoother user experience.
Original PR description
Purpose ======= In e6647b1c198395d6da1ee67f1bf7ac12db97cb95 we always synchronize the thumbail of the target and its shortcuts. But we forgot to remove the status "restricted", and the condition can be simplified. Task-6058483
This update removes outdated code related to the old tablet view for work orders. As the Shop Floor app replaced the tablet view, this cleanup ensures the system remains optimized and avoids unnecessary complexity. It's a routine maintenance task to improve efficiency.
Original PR description
As the tablet view was replaced by the Shop Floor app, it's now time to clean up the remaning tablet view code that wasn't removed at the time.