Odoo Release Updates
Every commit to Odoo Community and Enterprise, parsed and categorized. Never miss a bug fix, improvement, or new feature.
Activity
2026-06-10
2026-06-05
2026-06-04
[REF] mail: simplify notification API with message record
2026-06-03
[IMP] whatsapp, *: add default recipient on whatsapp template
[FIX] (test_)whatsapp: keep dotted phone field paths on recompute
[IMP] whatsapp(_hr_referral): customize phone number detection fields
2026-05-30
2026-05-27
[IMP] ai: adds voice dictation to AI chat
2026-05-26
[FIX] whatsapp: use whatsapp member as sidebar correspondent
2026-05-24
2026-05-20
2026-05-16
[REF] mail: reconcile record props to props.record in DiscussAvatar
2026-05-08
2026-05-07
[FIX] Whatsapp: Filter out users on whatsapp account after a single user sends a template message when creating discuss channels after partner sends message back .
2026-05-05
[REF] mail: merge `/mail/action` and `/mail/data`
2026-05-04
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