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
2026-04-27
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-19
2026-04-16
[FIX] mail,sms,calendar,fleet,l10n_*: fix write '' to selection fields
2026-04-09
2026-04-07
[FIX] *: forms: boxed title and adjusted font size
2026-04-03
2026-04-02
2026-04-01
2026-03-31
2026-03-30
2026-03-24
This commit refactors the bus notification assertion system in Odoo tests by introducing a unified BusResult descriptor class to replace the previous two-list approach (channels and messages). The new system provides clearer test semantics, prevents stale data from affecting assertions, compares dictionaries regardless of key order to eliminate brittle failures, and delivers explicit error messages showing expected versus actual notifications. This improvement strengthens test reliability across mail, calendar, livechat, and other modules while making test code more readable and maintainable.
[REF] bus, mail, *: improve assertion on bus notifications
2026-03-23
2026-03-20
This commit integrates user activity management directly into the attendee calendar view by displaying pending activities as special all-day events that users can interact with via a popover interface. Users can toggle activity visibility through a calendar sidebar filter, reschedule activities to specific dates, and access related records, with the feature designed to be optional and controlled through user settings. The change also refactors activity field storage to include res_name for linking and removes obsolete calendar event ordering logic that was specific to work locations.
[IMP] mail,calendar: add activities in attendee calendar
2026-03-19
[REF] web: add this. in rendering context
2026-03-18
2026-03-16
2026-03-13
2026-03-11
[REF] mail_*: run owl3 rendering context migration script
[REF] mail_*: run owl3 rendering context migration script
2026-03-10
[IMP] calendar,microsoft_calendar: prevent editing recurring events synced from Outlook