Hi all,
I'm trying to change code from /addons/web/controllers/main.py
(line: file_name = '%s.%s' % (file_name, report_struct['format'])
and also trying to edit code from /addons/account/account_report.xml
(<report> tags, lines: name="Invoice" file="account.report_invoice")
BUT nothing. The generated pdf name is always the same.
I install the module 'report_custom_filename' and in the invoice reports i set 'Download filename' to (object.number)+'.pdf' just to prove.
BUT NOTHING!! All what i see gloogling is useless. Only solutions to old versions of OpenERP.
Please if anyone knows how to solve this, help me with Odoo8 :(
Thanks so much in advance.
Juan.