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.

28 lines
707 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014 Therp BV (<http://therp.nl>).
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Custom report filenames",
  6. "summary": "Configure the filename to use when downloading a report",
  7. "version": "9.0.1.0.0",
  8. "author": "Therp BV,Odoo Community Association (OCA)",
  9. "license": "AGPL-3",
  10. "complexity": "normal",
  11. "category": "Reporting",
  12. "depends": [
  13. 'web',
  14. 'mail',
  15. ],
  16. "data": [
  17. "view/ir_actions_report_xml.xml",
  18. ],
  19. "test": [
  20. ],
  21. "auto_install": False,
  22. 'installable': True,
  23. "application": False,
  24. "external_dependencies": {
  25. 'python': ['jinja2'],
  26. },
  27. }