Saturday, April 20, 2024
2 changes · 17.0
Resolved issues and error corrections
This update resolves test failures in the appointment scheduling system that were occurring in no-demo mode. The fix adjusts test query counters to match actual system behavior, ensuring automated testing runs smoothly without errors.
Original PR description
Some tests have an additional query, making runbot fail in no-demo mode. This is to investigate but we can already ix tests. Runbot-62058 Runbot-62057 Runbot-62056 Runbot-62055
This fix corrects a German translation issue where both "Source" and "Reference" fields on printed invoices were labeled identically as "Referenz". The translation team recommended using "Verweis" for "Source" to distinguish it from "Reference", making invoices clearer for German-speaking users.
Original PR description
Steps to reproduce:
- Install Contacts, Sales, Accounting and l10n_de
- Configure DIN5008 as document layout in the settings
- Install German language
- Create a contact with German as language (e.g. German Contact)
- Create a SO with German Contact as customer
- Create an invoice from the SO
- Add a Customer Reference ("Other Info" tab) on the invoice
- Confirm and print the invoice
Issue:
On the printed invoice, both "Source" (i.e. the SO) and "Reference" (i.e. Customer Reference) labels are translated with the same German term: "Referenz".
Solution:
Translation team suggested to use "Verweis" to translate "Source" in German.
opw-3821069
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: odoo/odoo#162559
Forward-Port-Of: odoo/odoo#162381