Daily updates from Odoo
Wednesday, March 11, 2026
4 changes · master
Features or functions removed from Odoo
This pull request removes various data-related files and components across multiple Odoo modules. This cleanup streamlines the system and reduces potential data storage overhead. The changes primarily focus on internal components and testing files, impacting several enterprise modules.
Original PR description
odoo/odoo#245916
This update removes a temporary workaround that had been added to ensure appointment scheduling stability. The underlying view fix is now sufficient to resolve the issue, simplifying the system and reducing potential complexity. This change improves the overall reliability of the appointment scheduling feature.
Original PR description
The fix of [commit] from saas-19.2 introduced override of `tz` to provide default value for it. It was done to be stable-friendly. For the master, we can remove the field override because the view fix is sufficient to remove the bug. [commit]: https://github.com/odoo/enterprise/commit/ebb876ce67a9d04116c12394d6385a8b2b562168 Task-5712786
The French Payroll localization module has been removed from Odoo. This decision was made due to the module's outdated and unmaintained state, which posed a risk of confusion and inaccurate implementations. Removing this module simplifies the core system and reduces potential support issues.
Original PR description
The French Payroll localization has been removed as it was unmaintained, outdated, and not suitable for real-world usage. Maintaining it in its current state could lead to confusion or incorrect implementations. TaskID: 6023819
This update removes a technical method used to quickly check billable line items in the database. Following a recent update to the debugging tools, this method is no longer needed and is replaced with a more straightforward interface. This change improves efficiency for users and support teams.
Original PR description
Since PR odoo/odoo#249108, CloC features are availables from the debug menu. That makes the _get_verbose_maintenance method deprecated. The use case those address is the quick check for billable line of codes on some DB by either the user themselves or Odoo Support. Obviously it is more practical to do it via the interface directly part-of-task-5943473