Friday, March 27, 2026
4 changes · master
Features or functions removed from Odoo
This removes an unnecessary extra cleanup step when previewing website snippets. The same cleanup already happens when a snippet is placed, so the change reduces redundant processing without changing the user experience.
Original PR description
Commit 21044308329e415621ef63e49709ebed22fe4723 added a cleanup of the highlight of the snippet preview. This clean up is not necessary because the highlights are cleaned by the interaction on snippet drop. This commit removes the extra cleanup.
This update removes leftover order files related to the Urban Piper module, a byproduct of a previous module removal. This cleanup ensures the system is running efficiently and avoids potential issues with outdated data. The change is a routine maintenance task.
Original PR description
** :enhancements, ubereats In this commit: --- - Remove PO files that were added after the modules were removed in [commit]. [commit]: https://github.com/odoo/enterprise/commit/b48ddcce7bf849f072efd44b066ac365d519abc0
This update removes redundant settings related to individual delivery carriers within the Sale module. Previously, each carrier had its own settings, which were duplicated in the Inventory module. This change consolidates settings for a cleaner and more efficient system.
Original PR description
In https://github.com/odoo/odoo/pull/252058, we remove delivery carrier specific settings from the Sale module settings to avoid duplication (as they are already available in the Inventory module). In this commit, we remove the records that inherited and extended the deleted settings from each of the delivery carrier modules. See Community PR: https://github.com/odoo/odoo/pull/252058 task-5887918
This update removes a field from the headcount report that was no longer providing useful information. The report now accurately displays employee counts by contract type, simplifying the data presentation. This change improves report clarity and efficiency.
Original PR description
this PR removes the, now useless, field `version_names` as we cannot uniquely identify contracts (now, "versions") by their names, and in the report it just shows <Employee Name> number of contract in report time period times, separated by commas. [task#6064150](https://www.odoo.com/odoo/project.task/6064150)