Daily updates from Odoo
Friday, November 14, 2025
4 changes · 18.0
Enhancements to existing features
This update adds the India country marker to several accounting tags used in the local chart of accounts. It makes these tags easier to organize and helps them work more reliably in other reporting and grouping scenarios.
Original PR description
Some account tags specific to India were missing the `country_id`. With this PR, the `country_id` is added to those tags, enabling easier group by and making them usable for other cases also. Forward-Port-Of: odoo/odoo#235424
This update prevents e-cobranza bills from being synced more than once in the Uruguay localization. It helps avoid duplicate processing and keeps billing data cleaner and more reliable.
Original PR description
LATAM task 1367
The IoT Box technical info now turns the displayed image hash into a clickable link to the corresponding GitHub commit. This makes it much easier for teams to verify exactly which software version is running when troubleshooting or checking updates.
Original PR description
To ease checking the HEAD commit on the IoT Box, we now compute the github url to the commit, and redirect to it clicking on the hash in the technical information tab. Forward-Port-Of: odoo/enterprise#99422
Invoices using the Swiss QR code now encode creditor and debtor addresses in a structured format. This update aligns the QR code content with legal requirements and helps ensure payment details are accepted correctly.
Original PR description
This commit changes the creditor's and debtor's address to a structured format inside the CH QR-code in invoices. The address type was changed from "K" to "S" due to legal requirements. Task [link](https://www.odoo.com/odoo/project.task/5149417) task-5149417 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#232083