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-10
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
2026-03-11
[MOV] html_builder, *: move BaseOptionComponent into its own file
[FIX] mass_mailing: prevent crash on commitChanges if editor is not ready
2026-03-10
2026-03-08
2026-03-07
2026-03-04
[FIX] mass_mailing: use shared wrapInlinesInBlocks in icon plugin
2026-03-03
2026-03-02
[REF] *: Run script to replace t-model by t-custom-model