Monday, December 22, 2025
3 changes · saas-18.3
New functionality added to Odoo
This update introduces basic localization support for Mauritania within the Odoo system. It includes translations for key financial reports and data formats, allowing Odoo to correctly handle transactions and reporting requirements specific to Mauritanian businesses. This expands Odoo's global reach and ensures compliance with local regulations.
Original PR description
task-4236158 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#237407 Forward-Port-Of: odoo/odoo#211906
This update adds key financial reports – Balance Sheet and Profit & Loss – to the Mauritanian localization for Odoo Enterprise. This expands reporting capabilities for businesses operating in Mauritania, allowing them to generate essential financial statements in the local language and currency.
Original PR description
Add the Balance Sheet and Profit & Loss to the Mauritanian localization. task-4236158 Forward-Port-Of: odoo/enterprise#86530
This update adds the ability to generate Peruvian 5th and 6th Inventory and Balance reports within the general ledger. These reports require specific data from account and company settings, and are created using direct SQL queries for efficiency, as they don't need a user interface.
Original PR description
Adding 'Inventory and Balance' export option to the Peruvian general ledger report, and fields required for these reports to account_account and res_company. Report lines are handled with direct SQL queries since no UI display is required for this one, and some elements needed are outside of the scope of the usual reports model. task-4057152 Forward-Port-Of: odoo/enterprise#89744