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-30
[FIX] appointment: fix error on appointment booking with flexible hours
2026-04-25
[REF] various: remove useless 'tracking_disable' / 'mail_notrack' in tests
2026-04-20
[REF] *: run rendering context migration script on inline xml
2026-04-16
2026-04-15
2026-04-10
[IMP] appointment, *: change dropzone messages
2026-04-09
2026-04-08
[IMP] web,*: follow up for M3.1 style commit
2026-04-03
2026-04-02
[IMP] web,*: follow up for M3.1 style commit
2026-04-01
2026-03-31
[FIX] appointment{_hr}: left align checkbox suffix, inline text
2026-03-30
[FIX] appointment,calendar: prevent mail defender from cancelling
2026-03-28
[IMP] test_appointment_full: better tests for tracking emails
[FIX] appointment: send booking notification regardless of sync status
2026-03-27
[IMP] {website_}appointment{_account_payment}: enable apt selection designs
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
2026-03-19
[REF] *: run rendering context migration script again
[REF] web: add this. in rendering context
[REV] appointment, *: bring back sync banners
2026-03-18
2026-03-16
2026-03-12
[REF] *: run owl3 rendering context migration script
2026-03-11
2026-03-10
[REF] *: run owl3 rendering context migration script