Daily updates from Odoo
Saturday, April 25, 2026
1 change · 17.0
Resolved issues and error corrections
This update fixes an issue where German invoice reports were incorrectly applying a change intended for all invoices. The commit now correctly filters the application of this change, ensuring that child contact display names are accurately shown on German invoices only. This resolves a previous bug impacting invoice reporting accuracy.
Original PR description
https://github.com/odoo-dev/odoo/commit/0ef4c1d06fdf999ad5cdad696069aec8f2f943c5 wasn't filtering non german invoices, therefore the change applied for all invoice reports. This commit overrides the template, this way we can conditionally add the context key to german invoices only [Ticket link](https://www.odoo.com/odoo/project.task/5900567) opw-5900567