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-20
[REF] *: run rendering context migration script on inline xml
2026-03-25
This commit optimizes Facebook and Instagram API calls by implementing batch request functionality using Meta's batch API, reducing HTTP calls and significantly improving refresh performance. The changes introduce a new utility function that batches up to 50 API requests at once, resulting in measurable performance improvements (refresh time reduced from ~45 seconds to ~20 seconds for 6 Facebook and 1 Instagram page). Additional improvements include fixing engagement trend calculations for Instagram to use total_interactions instead of reach, displaying saved and view statistics for Instagram posts, and various UI enhancements including conditional visibility of statistics fields.
[IMP] social_facebook, social_instagram: batch the requests
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-19
[REF] *: run rendering context migration script again
[REF] web: add this. in rendering context
2026-03-18
[REF] web: add this. in rendering context
2026-03-11
2026-03-06
2026-03-02
[REF] *: Run script to replace t-ref by t-custom-ref
2026-02-25
[REF] *: Run script to replace t-esc by t-out
2026-02-24
2026-02-14
[IMP] utm: improve and generalize UTM trackers data
2026-02-09
[REF] *: remap useState import to owl2/utils
[REF] *: remap useRef import to owl2/utils
[REF] *: remap useSubEnv import to owl2/utils
2026-02-04
[REF] *: Replace useEffect with useLayoutEffect for owl3 migration
2026-01-07
2025-12-23
[FIX] mail_enterprise, *: add getOuterHtml and getInnerHtml utils
2025-12-19
2025-12-15
[IMP] social_push_notifications: remove firebase dependencies
2025-12-04
2025-12-02
[IMP] social(_push_notifications): hide zero-value metrics in campaign kanban view
2025-11-25
[REF] *: reduce datas usage