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
2026-06-16
2026-06-15
2026-06-05
2026-06-03
[IMP] *: use user-local date for date-only flows
2026-05-29
[REF] web, *: rename RemainingDaysField to RelativeDateField
2026-05-18
2026-05-04
2026-04-29
2026-04-27
2026-04-16
[FIX] mail,sms,calendar,fleet,l10n_*: fix write '' to selection fields
2026-04-13
2026-04-07
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
2026-03-17
[REF] *: migrate type="base64" to "bytes"
2026-02-19
2026-02-12
[IMP] mail: cleanup track naming and usage
2026-02-05
2026-01-26
[IMP] *: rename "Cancel" to "Discard"
2026-01-23
2026-01-21
[IMP] mail: make activity delete action explicit and safer
2026-01-20
[FIX] fleet: Add a default to acquisition date of vehicle for baseline ATN calculation