Daily updates from Odoo
Wednesday, June 10, 2026
4 changes
1 change
Features or functions removed from Odoo
This update corrects a minor issue where a file was incorrectly added to the Odoo account_peppol module. The file was a byproduct of a previous porting effort and a discrepancy in a related version. This change ensures the system operates with the correct configuration.
Original PR description
It was added in the FW-port of the PDP PR by the cherry-picking since there was a diff in the file in saas-19.2 (where the file still existed). task-None
1 change
Features or functions removed from Odoo
This update removes a message from invoices sent outside of PEPPOL, specifically targeting B2C customers. This footer was misleading and has been removed to improve the customer experience. The change ensures a cleaner invoice presentation for B2C transactions.
Original PR description
Currently, if the invoice was not sent through PEPPOL, it is indicated in the mail footer. However, this message is not appropriate for B2C customers. To avoid this, we remove this footer for customers with empty or '/' VAT (B2C). task-6167439 Forward-Port-Of: odoo/odoo#268826 Forward-Port-Of: odoo/odoo#262412
2 changes
Features or functions removed from Odoo
This update removes a redundant and potentially confusing option within the enterprise sale timesheet functionality. Previously, users could input negative values on timesheets, a feature that was later disabled but remained as an option. This change simplifies the system and aligns with current best practices.
Original PR description
- The '03_timesheet_revenues' option was available because it was previously possible to create timesheet with negative values.This feature was later removed, but the option was left. - removed 03_timesheet_revenues from the possible billable types. task-4610889
This update removes jQuery, a legacy JavaScript library, from all Odoo Enterprise modules. This simplifies the codebase, improves performance, and reduces potential security vulnerabilities. The change was driven by a community contribution and aligns with Odoo's ongoing efforts to modernize its technology stack.
Original PR description
[REM] *: remove jQuery from all assets *: knowledge, pos_iot, pos_self_order_iot, sign This commit removes jQuery in every asset where it was still included and clean comments still referencing old jQuery logic. Precision: `web._assets_jquery` can be removed from `_get_url_to_cache` as it's not used anymore since odoo/enterprise@c120aa2a7e8. Community PR: odoo/odoo#250982 task-5187485