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-17
[IMP] *: adapt code to use new model ir.access
[IMP] *: apply script converting to ir.access
2026-06-16
[REF] *: replace kanban_view_id attribute of gantt view
2026-06-12
2026-06-03
[IMP] *: use user-local date for date-only flows
2026-05-20
2026-05-13
2026-04-16
2026-04-02
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
2026-03-19
[REF] web: add this. in rendering context
2026-03-18
[REF] web: add this. in rendering context
2026-03-11
2026-03-04
2026-02-19
2026-02-14
[IMP] mail,*: MailThreadCC removal, default subject and tweaks
2026-02-12
[IMP] mail: cleanup track naming and usage
2026-02-05
2026-01-21
2025-12-19
2025-12-04
2025-11-25
[IMP] web, *: use rounded-pill for badge consistency