Concrete example: I want to print/save an invoice. The invoice is printed in the language of the customer, but the name of the report is generated in the language of the user. In my case: invoice is entirely in German, name of the file is Invoice_INV_2020_2143. If I change my interface to German than also the name of the saved file is changing to Rechnung_INV_2020_2143.
Since I am generally sending my invoices from my mail client and not from Odoo, this is a bit annoying. Is there any workaround around this? As far as I look in the Reports the report name is inherited (
), so it seems I need to further drill down. Any enlightenment is highly appreciated.Thanks