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-24
2026-04-23
2026-04-20
2026-04-13
2026-04-07
2026-04-04
2026-04-02
[REF] base: ir.cron._rollback_progress()
2026-03-28
2026-03-20
This fix modifies the local_user_id computation in the databases module to include archived users when linking database users to local res.users records. By adding with_context(active_test=False) to the _read_group query, archived users are now properly referenced instead of being excluded from the lookup, enabling database user associations to persist even after user archival.
[FIX] databases: show local_user_id even if user is archived
2026-03-19
2026-02-23
2026-02-20
2026-02-19
2026-02-16
2026-02-04
[FIX] web_tour: avoid interacting with triggers behind modals
2026-02-02
2026-01-27
[IMP] *: add tag to tour that fails without macro delay
2026-01-26
[IMP] *: rename "Cancel" to "Discard"