Daily updates from Odoo
Thursday, July 16, 2026
2 changes · saas-19.2
Enhancements to existing features
Servers would return a 403 because we annoy them for downloading the WSDL/XSD at every call. opw-6237180 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#276345 Forward-Port-Of: odoo/odoo#267482
Original PR description
Servers would return a 403 because we annoy them for downloading the WSDL/XSD at every call. opw-6237180 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#276345 Forward-Port-Of: odoo/odoo#267482
While upgrading the database to v19.2, several Tags are missing from the tax grid - Tags following the `mod349[X]` pattern (e.g., A, T, I, etc.) missing in upgraded database - Without these tags, the accounting reports display 0 - Earlier, I created an [upgrade](https://github.com/odoo/upgrade/pull/10434/changes/6afa01302928d77591430ff6e2779b35d7c92126) script to handle this issue, but after discussing with the reviewer, I created a fix in the community <img width="1846" height="845" al
Original PR description
While upgrading the database to v19.2, several Tags are missing from the tax grid - Tags following the `mod349[X]` pattern (e.g., A, T, I, etc.) missing in upgraded database - Without these tags, the accounting reports display 0 - Earlier, I created an [upgrade](https://github.com/odoo/upgrade/pull/10434/changes/6afa01302928d77591430ff6e2779b35d7c92126) script to handle this issue, but after discussing with the reviewer, I created a fix in the community <img width="1846" height="845" alt="image" src="https://github.com/user-attachments/assets/618bf6fd-73df-4ad2-af35-17cc018d7cf4" /> --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr