Report name in capital letters

Greetings.

it is possible to change the name of a report to one with capital letters?

Thanks.

why capital letters?
The name of report is a translatable field and you can edit it.
Go to Administration -> Localization -> Translations find and edit the name.

Thank you.

Is it possible to change the name of the report dynamically? For example, a report that has the name of a party

You can override the Report.execute and modify the last elements which is the report name.

a example:
http://hg.tryton.org/modules/account_invoice/file/tip/invoice.py#l2442

Great, thanks. @ced and @mono

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.