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-27
[IMP] test_lint{,_enterprise}, *: Index `Many2one` fields in `related` fields
2026-04-24
2026-04-19
2026-04-07
2026-04-03
2026-03-27
2026-03-23
This commit refactors Odoo's tracking API to simplify how addons generate and log field changes across models. It introduces new methods like _track_add (for manual tracking on current model) and _track_record (for logging changes to parent models), removes low-level data manipulation requirements, and adds a mail.track.mixin to allow tracking without inheriting from mail.thread. The changes include comprehensive tests covering various tracking use cases and API documentation updates to reduce confusion around tracking structures.
[IMP] mail: cleanup and test tracking usage
This commit systematically adds `.this` prefixes to template variable references across multiple Odoo modules in preparation for OWL3 framework compatibility. The migration changes unqualified component properties, state variables, and method references in XML templates to explicitly use `.this` notation, ensuring templates correctly target component instance members rather than template scope variables. This is a large-scale refactoring applied across accounting, documents, appointment, and knowledge modules to maintain compatibility with OWL3's stricter variable scoping requirements.
[REF] *: run rendering context migration script entire codebase
This commit refactors the avatar popover system across multiple Odoo modules to use a unified AvatarCard component from the mail module instead of separate popover implementations, while updating the chat opening mechanism to use mail.store service. The planning module receives enhanced functionality to display employee role tags in the avatar card, and several modules (hr_appraisal, knowledge, hr_gantt, timesheet_grid) are updated to reference the new standardized components and hooks.
[REF] planning: update AvatarCardPopover template
2026-03-20
This commit systematically adds ".this" prefix to all template variable references across multiple Odoo modules in preparation for OWL3 framework migration. The changes ensure that component instance variables (props, state, methods) are properly scoped by explicitly referencing "this" in inline XML templates, which will become a requirement in OWL3 to avoid variable resolution ambiguity and improve template clarity.
[REF] *: run rendering context migration script on inline xml
2026-03-19
[REF] *: run rendering context migration script again
[REF] web: add this. in rendering context
2026-03-18
[REF] *: migrate type="base64" to "bytes"
[REF] web: add this. in rendering context
[REF] *: run rendering context migration script on inline xml
2026-03-12
2026-03-11
[FIX] *: various fixes for owl3 this. conversion
2026-03-10
2026-03-09
2026-03-06
[REF] *: remove groupBy utility and use native Object.groupBy
2026-03-03
[REF] hr, *: run rendering context migration script
2026-03-02
[MOV] mail, various: move tracking value generation to track mixin
[REF] *: Run script to replace t-model by t-custom-model
[REF] *: Run script to replace t-ref by t-custom-ref
2026-02-27
2026-02-25
2026-02-24
[REF] *: remove url from js file tours