Tuesday, August 19, 2025
2 changes · master
Features or functions removed from Odoo
An obsolete configuration form that users can no longer access has been removed. This keeps the system interface cleaner and avoids maintaining unused screens without changing day-to-day workflows.
Original PR description
Since https://github.com/odoo/odoo/pull/223141, the form view of ir.config_parameter isn't accessible anymore. Then remove it.
The Employees app no longer shows a redundant Tasks menu that did not work as expected. Users can still manage their work through the global Activities page, reducing confusion without removing useful functionality.
Original PR description
The menu is currently broken since clicking on "New" opens up the employee creation form instead of the creation of a new task. Moreover, the functionality is available through the global Activities page, including a default "My Activities" filter. Because of redundancy and no functionality, this adds confusion without added value