Daily updates from Odoo
Sunday, February 1, 2026
2 changes · saas-19.1
Resolved issues and error corrections
This update corrects an issue where customer claim processing incorrectly identified account moves due to shared VAT numbers, specifically when dealing with child invoices. The fix ensures accurate partner matching during claim processing, preventing missed account moves and improving claim resolution efficiency. This resolves a previous bug impacting claim processing accuracy.
Original PR description
When we process new customer claims, we need to search for the corresponding account moves in order to update their `l10n_cl_dte_acceptation_status`. Currently, we only expect 1 partner per VAT number when searching for a partner to match with the account move. However, this is not always true. For instance, a child invoice contact will share the same VAT number than the parent partner. This can lead to the selection of the wrong partner in the search domain and consequently, the account move not being found. Related ticket: opw-5257481 Forward-Port-Of: odoo/enterprise#105939 Forward-Port-Of: odoo/enterprise#103366
This update addresses a minor visual issue with the Peppol itsme button within the Odoo application. Specifically, the button's placement and colors have been adjusted to improve its appearance in light mode and provide better spacing around the logo. This ensures a more polished and professional user experience.
Original PR description
Add some space to the right of the logo. Fix the colors in light mode. task-none **Before:** <img width="197" height="62" alt="image" src="https://github.com/user-attachments/assets/77bdb995-5f22-4c3f-b0af-63b074b80338" /> **After:** <img width="198" height="59" alt="image" src="https://github.com/user-attachments/assets/c4a55cae-40d7-4d53-a8ff-dfb2e2143fdd" /> <img width="208" height="72" alt="image" src="https://github.com/user-attachments/assets/32173d46-c4fd-421d-ada5-9b6ce798a601" /> Forward-Port-Of: odoo/odoo#246495