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-03
[FIX] hr_attendance, hr_holidays_attendance: fix employee access to overtime lines
2026-04-02
[IMP] hr_attendance: parallelize hasGroup calls in AttendanceActionHelper
2026-03-30
2026-03-23
This commit applies a systematic OWL3 migration across the entire Odoo codebase by prefixing all template variable references with "this." to comply with upcoming OWL3 requirements. In OWL3, component instance properties must be explicitly accessed via "this." in templates, changing from implicit scope resolution to explicit context binding. This large-scale automated refactoring affects template files across multiple modules including account, board, CRM, HR, and many others, converting patterns like "showUploadButton" to "this.showUploadButton" and "state.name" to "this.state.name" throughout XML templates.
[IMP] *: run rendering context migration script entire codebase
2026-03-19
2026-03-18
2026-03-11
2026-03-09
2026-03-06
[FIX] hr,hr_attendance: company-specific attendance setting and reliable module installation
2026-03-03
[FIX] hr_attendance: handle timezone overlaps in overtime intervals
[REF] hr, *: run rendering context migration script
[REF] *: run rendering context migration script
2026-03-02
[REF] *: Run script to replace t-model by t-custom-model
2026-02-26
2026-02-23
[FIX] hr_attendance: rounding of total hours worked today
2026-02-20
[IMP] hr_attendance: prevent check-in when tracking and no location