Saturday, November 1, 2025
3 changes · saas-18.3
Resolved issues and error corrections
This fixes an error that could occur when calculating taxes on purchase orders involving multiple currencies. Odoo now uses the currency from the current purchase order, helping users complete tax calculations without interruption.
Original PR description
On the tax computation, when trying to compute the total tax, customer was having an error " Expected singleton: res.currency(1, 69) " As Odoo is trying to get the currency of all the records instead of the one in the current order opw-5177551 Forward-Port-Of: odoo/odoo#233471
Company logos are no longer fetched directly in the browser during partner search. The system now uses the updated logo provider through Odoo's enrichment service, improving reliability while limiting logo retrieval to enrichment flows.
Original PR description
Before this commit- We used to rely on clearbit to fetch the logo of the company on the client side After this commit- We replace it with logo.dev and remove the fetching of logo from client side and move it to the IAP task-5126337 IAP PR- https://github.com/odoo/iap-apps/pull/1234 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#233925 Forward-Port-Of: odoo/odoo#231397
This fixes Turkish Nilvera e-invoices so VAT percentages are included correctly for withholding invoices. As a result, the VAT amount now appears properly on the generated Nilvera PDF, reducing confusion in tax documents.
Original PR description
Before this commit: For withholding invoices, the VAT percentage was not included inside the <cac:TaxTotals> node, due to this, the VAT amount was not displayed in the PDF in Nilvera. After this commit: The VAT amount is shown correctly in the <cbc:Percent> node inside the <cac:TaxTotals> node and percent amount appears correctly in the PDF. task-5225600 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#233929