Saturday, November 15, 2025
2 changes · saas-18.3
Enhancements to existing features
Invoices in Switzerland now place creditor and debtor addresses in a structured format inside the QR code. This update is needed to meet legal requirements and helps ensure QR payments continue to work 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#235845 Forward-Port-Of: odoo/odoo#232083
This update adds the India country link to several account tags that were previously missing it. It makes these tags easier to organize and reuse in other reporting or configuration 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#235538 Forward-Port-Of: odoo/odoo#235424