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-27
[IMP] test_lint{,_enterprise}, *: Index `Many2one` fields in `related` fields
2026-04-07
2026-03-23
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-20
This commit systematically adds ".this" prefix to all template variable references across multiple Odoo modules in preparation for OWL3 framework migration. The changes ensure that component instance variables (props, state, methods) are properly scoped by explicitly referencing "this" in inline XML templates, which will become a requirement in OWL3 to avoid variable resolution ambiguity and improve template clarity.
[REF] *: run rendering context migration script on inline xml
2026-03-19
[REF] *: run rendering context migration script again
2026-03-18
[REF] *: run rendering context migration script on inline xml
2026-03-05
2026-03-03
[REF] *: run rendering context migration script
2026-03-02
2026-02-18
[IMP] website,base,*: replace 'request.env' with 'env' in templates
2026-02-09
2026-02-06
[REF] *: Remap useExternalListener import to owl2/utils
2026-02-04
[REF] *: Replace useEffect with useLayoutEffect for owl3 migration
2025-12-19
[ADD] *: add apps icons
2025-12-15
2025-12-04
[IMP] *: Remove the old syntax of t-call
2025-10-23
[REF] test_mail_enterprise, *: replace deprecated asyncStep() in tests
2025-10-17
[CLN] *: manifests
2025-10-10
[FIX] *: automaticaly set legacy at_install
2025-10-08
2025-09-05
[IMP] *: use the "icons fonts" sub-asset-bundle in all asset bundles