Odoo Release Updates
Every commit to Odoo Community and Enterprise, parsed and categorized. Never miss a bug fix, improvement, or new feature.
Activity
2026-04-29
2026-04-25
[REF] various: remove useless 'tracking_disable' / 'mail_notrack' in tests
2026-04-23
2026-04-22
2026-04-17
[IMP] mass_mailing: make view in browser a builder option
[IMP] mass_mailing: enhance mailing UI/UX
[IMP] mass_mailing: disable link tracking manually
2026-04-16
[IMP] (test_, mail), crm, im_livechat, mass_mailing, website_sale: fixed test
2026-04-10
[IMP] html_builder, website, *: change dropzone messages
[IMP] html_builder, website, *: improve dropzone and overlay visibility
2026-04-07
[REF] html_editor, *: improve createBaseContainer handling of empty blocks
2026-04-03
[REM] html_builder, *: remove `snippetModel` prop from `OptionContainer`
2026-04-02
2026-03-23
This commit refactors Odoo's field tracking infrastructure to simplify the API and improve code organization. It introduces a new mail.track.mixin that separates tracking value generation from message posting, adds new _track_add and _track_record methods to replace manual tracking value manipulation, and renames _track_subtype to _track_log_get_default_subtype for clarity. The changes eliminate low-level data structure handling across multiple modules (account, CRM, HR, fleet, Peppol) while adding comprehensive test coverage for various tracking scenarios including parent model logging and manual tracking calls.
[IMP] mail: cleanup and test tracking usage
This commit applies a systematic OWL3 migration across the entire Odoo codebase by prefixing all template variable references with "this." to comply with upcoming OWL3 requirements. In OWL3, component instance properties must be explicitly accessed via "this." in templates, changing from implicit scope resolution to explicit context binding. This large-scale automated refactoring affects template files across multiple modules including account, board, CRM, HR, and many others, converting patterns like "showUploadButton" to "this.showUploadButton" and "state.name" to "this.state.name" throughout XML templates.
[IMP] *: run rendering context migration script entire codebase
2026-03-19
2026-03-18
[REF] web: add this. in rendering context
[FIX] mass_mailing: implement urgent updateValue
2026-03-17
[REF] mass_mailing, website, *: add this. in rendering context