Daily updates from Odoo
Monday, April 13, 2026
4 changes
3 changes
New functionality added to Odoo
This update introduces the ability to define and manage premium pay categories for employees in Belgium. Specifically, it allows for tracking and calculating additional compensation for night work, Sundays, holidays, team-based bonuses, and miscellaneous overtime, improving payroll accuracy and flexibility.
Original PR description
Task: 6033393
This update introduces support for Iraqi payroll regulations within the Odoo Enterprise system. It includes new data structures, translations, and testing to accurately process payroll calculations according to Iraqi standards. This expansion allows businesses operating in Iraq to leverage Odoo's HR and payroll capabilities.
Original PR description
…data Task: 6059135
This update adds integration with the ZKTeco BioTime attendance system, specifically for Saudi localization. It introduces new models to track attendance records from the BioTime server and automatically processes punch data into HR attendance records. Unmatched attendance records trigger alerts for HR review and are automatically cleaned up after 30 days.
Original PR description
[ADD] l10n_sa_hr_attendance: zkteco biotime Add integration with ZKTeco BioTime attendance system for Saudi localization. Introduce two new models: - zkteco.terminal: represents physical attendance devices synced from the BioTime server - zkteco.transactions: stores raw punch records fetched via the BioTime API and processes them into hr.attendance records Check-out transactions are matched in priority order: 1. Existing open attendance (no check-out) within a configurable lookback period (default 2 days) 2. A check-in from the current processing batch (FIFO) 3. If no match is found, the transaction is left unprocessed and an activity is created for the HR manager to review Processed transaction records are automatically cleaned up after 30 days. Task-4521436
1 change
New functionality added to Odoo
This update introduces basic financial reports specifically tailored for Uzbekistan businesses. It includes essential reports like the Balance Sheet and Profit & Loss Report, enabling users to generate key financial statements in accordance with local accounting standards. This expands Odoo's capabilities to support the Uzbek market.
Original PR description
This commit introduces basic report package for Uzbekistan and includes Balance Sheet and Profit & Loss Report. task-3927927 Community PR - https://github.com/odoo/odoo/pull/241811