Daily updates from Odoo
Tuesday, May 12, 2026
1 change · 19.0
New functionality added to Odoo
This update introduces new payroll and attendance functionality for Egypt, building upon existing Saudi Arabia features. The changes include adjustments to views, salary rules, and an approval flow, aligning with local regulations. This enhancement supports accurate payroll processing and attendance tracking for Egyptian employees.
Original PR description
In this pr we introduce the new l10n_sa_hr_payroll_attendance & l10n_eg_hr_payroll_attendance modules to 19.0. the l10n_sa_hr_payroll_attendance module was already previously introduced in task-4598879 (PR: https://github.com/odoo/enterprise/pull/86699) to version 19.2 so we are just backporting it to 19.0 as well with slight view and payslip rule changes. for l10n_eg_hr_payroll_attendance it's being added now in v19 only and it has some slight changes from the original l10n_sa_hr_payroll_attendance including changes to the views, payslip rule, and button approval flow. There's a lot of duplicated code between these two modules but since we're pushing this in a stable version, I believe combining them in a common module is not an option since l10n_sa_hr_payroll_attendance already exists on 19.2. however this can be maybe done in master? task-5940564