Odoo Release Updates
Every commit to Odoo Community and Enterprise, parsed and categorized. Never miss a bug fix, improvement, or new feature.
Activity
2026-03-30
[REF] *: examples of record rules with 'access' operator
2026-03-23
This commit refactors Odoo's field tracking infrastructure to simplify the API and improve code organization. It introduces a new mail.track.mixin that separates tracking value generation from message posting, adds new _track_add and _track_record methods to replace manual tracking value manipulation, and renames _track_subtype to _track_log_get_default_subtype for clarity. The changes eliminate low-level data structure handling across multiple modules (account, CRM, HR, fleet, Peppol) while adding comprehensive test coverage for various tracking scenarios including parent model logging and manual tracking calls.
[IMP] mail: cleanup and test tracking usage
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
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-17
2026-03-11
[FIX] purchase: "Days before confirmation" overlap the label
2026-03-10
[IMP] account,purchase: Include non-deductible VAT in Budget
2026-03-06
[REF] account,accountant,*: run rendering context migration script
2026-03-03
[REF] *: run rendering context migration script
2026-03-02
2026-02-24
[IMP] web,purchase,sale: support hotkey on x2many list controls
2026-02-23
[FIX] account, purchase: catalog remove button not removing order line
2026-02-19
2026-02-12
[IMP] mail: cleanup track naming and usage
2026-02-11
[IMP] mail: preview notification templates
[FIX] account,product,purchase,sale: remove product name in invoice line description
2026-02-10
2026-02-05
2026-02-04
2026-01-30
2026-01-29
[FIX] *: make basic sale/stock/purchase flows with minimal access rights