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
2026-04-24
2026-04-21
[IMP] project_forecast,planning{,_field_service_worksheet}: add worksheets and company_id to shift templates
[IMP] project: print the Gantt/Calendar view of tasks
2026-04-20
2026-04-19
2026-04-13
2026-04-10
2026-04-03
2026-04-02
[IMP] web,*: follow up for M3.1 style commit
[REF] *: rename remaining t-ref into t-custom-ref
2026-04-01
2026-03-31
2026-03-30
2026-03-29
[IMP] planning_field_service: shift status bar as completed should trigger actions
2026-03-28
[FIX] planning: display planned dates in display_name when empty
[FIX] planning_field_service*,worksheet: fixes follow-up
[FIX] planning: display notification error when save as template a template
2026-03-23
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