Daily updates from Odoo
Monday, August 11, 2025
4 changes · 18.0
Enhancements to existing features
Company branches in Saudi localization will no longer automatically reuse the parent company's e-invoicing API mode or private key. This helps each branch maintain its own compliant ZATCA setup and avoids incorrect sharing of sensitive configuration between related companies.
Original PR description
Description of the issue/feature this PR addresses: When a branch is created for a company it inherits the `l10n_sa_private_key` and `l10n_sa_api_mode` of the parent company, which is which is incorrect and non-compliant from both an Odoo workflow and ZATCA's perspective Current behavior before PR: When you try to create a branch, it automatically inherits the `l10n_sa_api_mode` and `l10n_sa_private_key` of the parent company. Desired behavior after PR is merged: When you try to create a branch, its `l10n_sa_api_mode` and `l10n_sa_private_key` will be independent from the parent company. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#222159
Romanian localization now includes the new 11% and 21% VAT rates and related tax groups introduced by recent legislation. Existing tax group assignments were also aligned for more consistent reporting and tax configuration.
Original PR description
This PR adds new taxes and tax groups for 11% and 21% after new VAT law was introduced in Romania. It also fixes tax groups of some taxes and make it more consistent. TaskID:4979168 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#221238
Updates Romanian SAF-T reporting data so newly introduced taxes are classified with the correct tax type and code. This helps businesses stay aligned with recent Romanian tax law changes and keeps SAF-T report outputs accurate.
Original PR description
New taxes were introduced in Romania as per the new tax Law. The PR https://github.com/odoo/odoo/pull/221238/files added new taxes in community. This PR updates the SAF-T Tax Type and Code for the newly added taxes. TaskID:4979168 Forward-Port-Of: odoo/enterprise#91512
This update expands the Shopee sales connector so businesses can synchronize their product catalogue and inventory with Shopee more effectively. It helps reduce manual marketplace management and keeps online sales data better aligned with Odoo.
Original PR description
Adding new features: - Sync product catalogue - Inventory task - 4717989