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.

40 lines
1.1 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.
  7. Known issues / Roadmap
  8. ======================
  9. * Currently, only old-style reports (ir.actions.report.xml) are supported, it should be simple to add support for qweb reports.
  10. Credits
  11. =======
  12. Contributors
  13. ------------
  14. * Holger Brunn <hbrunn@therp.nl>
  15. Icon
  16. ----
  17. Icon courtesy of http://www.picol.org/ (download_settings.svg)
  18. Maintainer
  19. ----------
  20. .. image:: http://odoo-community.org/logo.png
  21. :alt: Odoo Community Association
  22. :target: http://odoo-community.org
  23. This module is maintained by the OCA.
  24. 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.
  25. To contribute to this module, please visit http://odoo-community.org.