Odoo Release Updates
Every commit to Odoo Community and Enterprise, parsed and categorized. Never miss a bug fix, improvement, or new feature.
Activity
2026-03-30
2026-03-28
2026-03-27
[IMP] documents: improve the sharing flow for public user
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
This commit systematically adds `.this` prefixes to template variable references across multiple Odoo modules in preparation for OWL3 framework compatibility. The migration changes unqualified component properties, state variables, and method references in XML templates to explicitly use `.this` notation, ensuring templates correctly target component instance members rather than template scope variables. This is a large-scale refactoring applied across accounting, documents, appointment, and knowledge modules to maintain compatibility with OWL3's stricter variable scoping requirements.
[REF] *: run rendering context migration script entire codebase
2026-03-19
[REF] *: run rendering context migration script again
[FIX] documents: fix broken activity view after exiting studio
[REF] web: add this. in rendering context
2026-03-18
[REF] *: migrate type="base64" to "bytes"
[REF] web: add this. in rendering context
[FIX] documents: fix uploading documents to the "All" folder via bridge
2026-03-11
2026-03-05
2026-03-04
[REF] documents: replace call to '_mail_track' / '_track_log'
2026-03-02
[REF] *: Run script to replace t-ref by t-custom-ref
2026-02-26
[REF] web_tour: remove wait_for and simplify async handling
2026-02-25
2026-02-23
[REF] *: remove url from js file tours
2026-02-20
[FIX] documents(_spreadsheet): fix external members removal from spreadsheets
2026-02-19
2026-02-18
[IMP] website,base,*: replace 'request.env' with 'env' in templates
2026-02-14
[IMP] documents(,_account): access parent company folders from branches