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-24
2026-04-20
2026-04-17
2026-04-16
[IMP] test_mail_enterprise, whatsapp, esg, mail_mobile: fixup test case
2026-04-15
[IMP] ai, voip, whatsapp: remove im_status from partner
2026-04-06
2026-04-02
2026-04-01
2026-03-28
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
2026-03-19
[REF] *: run rendering context migration script again
[REF] web: add this. in rendering context
2026-03-18
[REF] web: add this. in rendering context
2026-03-16
2026-03-12
2026-03-11
2026-03-10
[IMP] website_helpdesk_livechat, *: improve Live Chat-related form views
2026-03-02
2026-02-26
[FIX] {test_,}whatsapp: handle multi-account WABA in webhook
2026-02-24
2026-02-19
[IMP] orm: Model concat, union change
2026-02-18
[REF] whatsapp: use user rather than partner as bus target
2026-02-09
[REF] *: remap useState import to owl2/utils
[REF] *: remap useRef import to owl2/utils
[REF] *: remap useChildSubEnv import to owl2/utils