Friday, March 27, 2026
2 changes · saas-19.1
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