OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.7 KiB

  1. Custom report filenames
  2. =======================
  3. This addon allows for custom filenames for reports.
  4. Configuration
  5. =============
  6. To configure this module, open the report whose filename you want to change and fill in the `Download filename` field. This field is evaluated as jinja2 template with `objects` being a list of browse records of the records to print, and `o` the first record. If your model contains a name field, you might write something like `${o.name}_report.pdf` as filename.
  7. Bug Tracker
  8. ===========
  9. Bugs are tracked on `GitHub Issues <https://github.com/OCA/reporting-engine/issues>`_.
  10. In case of trouble, please check there if your issue has already been reported.
  11. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  12. `here <https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_custom_filename%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  13. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  14. :alt: Try me on Runbot
  15. :target: https://runbot.odoo-community.org/runbot/143/8.0
  16. Credits
  17. =======
  18. Contributors
  19. ------------
  20. * Holger Brunn <hbrunn@therp.nl>
  21. Icon
  22. ----
  23. Icon courtesy of http://www.picol.org/ (download_settings.svg)
  24. Maintainer
  25. ----------
  26. .. image:: http://odoo-community.org/logo.png
  27. :alt: Odoo Community Association
  28. :target: http://odoo-community.org
  29. This module is maintained by the OCA.
  30. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
  31. To contribute to this module, please visit http://odoo-community.org.