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, *: Indexing of `Many2one` fields used in `related` fields
2026-04-03
2026-03-23
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
This commit consolidates avatar card handling across HR modules by centralizing the single source of truth for employee information in hr.employee records rather than duplicating data across multiple models. The hr.employee.public model is now simplified to act as a proxy to hr.employee using access control, eliminating duplicate field definitions and complex JavaScript patches. The store service's employee chat lookup is refactored to use the standard Store API instead of maintaining a separate employee cache, improving consistency and reducing code complexity.
[REF] mail, *: clean up avatar card and related models
2026-03-19
2026-03-18
[REF] web: add this. in rendering context
2026-03-09
[FIX] website_event_exhibitor, hr_skills, iap_mail: adapt binary image rendering
2026-03-05
2026-03-03
[REF] hr, *: run rendering context migration script
2026-03-02
[REF] *: Run script to replace t-ref by t-custom-ref
2026-02-27
[IMP] web, mail: merge selection_badge_icons into selection_badge and add max badges option
2026-02-26
[REF] *: Run script to replace t-esc by t-out
2026-02-24
2026-02-19
2026-02-09
2026-01-28
2026-01-26
[IMP] *: rename "Cancel" to "Discard"
2026-01-22
[IMP] *: cleanup redundant [role=button] on button elements
2026-01-14
[IMP] hr_skills: use base upload activity type for certifications
2026-01-12
2025-12-31
2025-12-19
[IMP] web, *: improve TextInput on touch and desktop
2025-12-18
2025-12-17
2025-12-16
2025-12-10
[FIX] hr_skills: prevent error when clicking employee skills pie chart report