Daily updates from Odoo
Friday, November 7, 2025
2 changes · master
New functionality added to Odoo
Adds a new Sri Lanka reporting module with standard balance sheet and profit and loss reports. It also prepares VAT and withholding tax return data, helping businesses in Sri Lanka handle local financial reporting more easily.
Original PR description
Adds basic reporting module for Sri Lanka, including: - Balance sheet - Profit & loss Also adds the account_return_data for VAT and WHT account_reports task-4352802 CE-https://github.com/odoo/odoo/pull/224917 Forward-Port-Of: odoo/enterprise#93586
A new Saudi payroll integration retrieves employee social insurance contribution data from GOSI using the employee's Iqama number. This helps businesses comply with the new Saudi GOSI regulation that gradually increases contribution rates for newer workforce entrants, with automatic periodic updates to keep payroll data current.
Original PR description
This PR introduces a new module that integrates with GOSI (General Organization for Social Insurance) that integrates with GOSI to fetch and populate HR employee contribution fields using the employee's Iqama number. It also includes a scheduled cron job to automatically retrieve and update employee contributions periodically this is to accommodate for the new GOSI regulations: As a part of the new GOSI regulations (General Organization of Social Insurance in Saudi), employees joining the workforce in Saudi Arabia after July 2024 will have their social insurance contribution percentage increased by 0.5% for each year starting July 2025 until they have a total increase of 2% (From 9% to 11%). Task: [4800855](https://www.odoo.com/odoo/my-tasks/4800855)