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-29
[FIX] hr_work_entry_attendance : fix synchronization issue with work entries
2026-04-27
[IMP] test_lint, *: Indexing of `Many2one` fields used in `related` fields
[FIX] hr_attendance: allow not to close systray based on condition
[FIX] hr_attendance: preserve approved overtime status on attendance update
2026-04-23
2026-04-22
2026-04-20
2026-04-17
2026-04-16
[FIX] orm: make with_company() consistent with its documentation
2026-04-13
2026-04-10
2026-04-07
[FIX] hr_attendance: checkout employee when archived
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