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
[IMP] website_*: add dropzones for controller pages
2026-06-12
[IMP] website_*: extract reusable card templates
2026-06-11
[FIX] website_*: allow Font Style changes on controller page headings
2026-06-10
[REF] base/website: Use `self.env.website` in the controllers
2026-06-09
[REF] web_tour, website: clean up automatic tours
2026-06-05
[REF] base/website: introduce website model in base and put it on `env`
[REF] website: replace request.website with context-based website_id
[REF] website: `_render_template` refactoring to remove magical feature
[REF] website: make website fallback explicit in `get_current_website`
2026-06-03
[IMP] html_builder, *: refresh snippet thumbnails
2026-05-30
[REF] html_editor, *: take DOM mutation handling out of HistoryPlugin
2026-05-18
2026-05-14
2026-05-08
[IMP] website, *: add mobile preview toggle in snippet dialog
2026-05-07
[FIX] {website_}event: use subtitle as calendar description
2026-04-19
2026-04-10
2026-04-07
[REF] website, *: refactor searchbar template
2026-04-02
2026-03-30
[IMP] website, *: use social media/share snippets in blog/event pages
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-11
[MOV] html_builder, *: move BaseOptionComponent into its own file
2026-03-06
[FIX] website_event{,_booth,_exhibitor,_track,_track_quiz}: adapt checkbox
2026-03-05
2026-03-04
[FIX] website_{blog,event}: use record cover as social media