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-28
2026-04-27
[IMP] helpdesk: replace criteria fields on SLA policies with a domain
2026-04-25
[REF] various: remove useless 'tracking_disable' / 'mail_notrack' in tests
2026-04-24
2026-04-21
2026-04-16
2026-04-15
2026-04-09
[IMP] web,*: follow up for M3.1 style commit
2026-03-30
2026-03-28
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
2026-03-19
[REF] web: add this. in rendering context
2026-03-18
2026-03-16
2026-03-11
2026-03-02
[REF] *: Run script to replace t-ref by t-custom-ref
2026-02-27
2026-02-26
2026-02-25
[REF] *: Run script to replace t-esc by t-out
2026-02-24
[REF] *: remove url from js file tours
2026-02-23
[FIX] planning*: planning field service follow-up