Daily updates from Odoo
Tuesday, December 23, 2025
3 changes
2 changes
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, enabling Odoo to accurately handle transactions and reporting requirements specific to Mauritanian businesses. This expands Odoo's global reach and compliance capabilities.
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#237998 Forward-Port-Of: odoo/odoo#211906
This update adds crucial financial reports – Balance Sheet and Profit & Loss – to the Odoo Enterprise system for Mauritania. This expansion allows Mauritanian businesses using Odoo to generate and analyze their key financial statements in the local language and currency, improving reporting accuracy and compliance.
Original PR description
Add the Balance Sheet and Profit & Loss to the Mauritanian localization. task-4236158 Forward-Port-Of: odoo/enterprise#100897 Forward-Port-Of: odoo/enterprise#86530
1 change
New functionality added to Odoo
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