Daily updates from Odoo
Wednesday, June 10, 2026
2 changes · master
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