Daily updates from Odoo
Friday, March 27, 2026
6 changes
1 change
Features or functions removed from Odoo
This update removes a redundant service related to PEPPOL document registration within the Odoo accounting module. The service was generating warnings because government bodies were responsible for receiving these documents, not Odoo. This change streamlines the system and resolves a technical issue without impacting core functionality.
Original PR description
Remove the service as we're only supposed to send. It's the government bodies who need to receive these kinds of document. It got archived on IAP side, so they're not really added, but asking this services logs a warning. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#255923
2 changes
Features or functions removed from Odoo
This update removes a redundant icon path from the l10n_tw_reports module. This streamlining simplifies the module's configuration and improves its performance. The change ensures a cleaner and more efficient reporting process for Taiwanese businesses using Odoo Enterprise.
Original PR description
Remove the hardcoded icon path from the manifest. Task-6007589 CE PR: https://github.com/odoo/odoo/pull/254826 Forward-Port-Of: odoo/enterprise#111264
This update removes a redundant service related to PEPPOL document registration within the Odoo accounting module. The service was generating unnecessary warnings and was no longer required, as government bodies are responsible for receiving these documents. This change improves system efficiency and reduces potential issues.
Original PR description
Remove the service as we're only supposed to send. It's the government bodies who need to receive these kinds of document. It got archived on IAP side, so they're not really added, but asking this services logs a warning. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#255923
3 changes
Features or functions removed from Odoo
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)