I'm using ODOO 8 and when I "print" an invoice, the name of the PDF file is always account.report_invoice.pdf.
But when I look into Settings / technical / actions / reports / Invoices the "Save as Attachment Prefix" is set to (object.state in ('open','paid')) and ('INV'+(object.number or '').replace('/','')+'.pdf').
So the name of the pdf file should be dynamic, right ? Am I looking at the wrong place ? Is this a bug ?
Note : for the email attachement pdf file, everythings works fine.
Did you solve this problem now?
No, as it is a "known" bug, I'm hopping on a fix. When I have time I will be looking for automated file renaming software as the generated PDF file has the correct Invoice number as tag... But I really hope that in the mean time, the bug will be solved. :)