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.

31 lines
938 B

  1. # Copyright 2017 Therp BV <http://therp.nl>
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'Py3o Report Engine - Fusion server support',
  5. 'summary': 'Let the fusion server handle format conversion.',
  6. 'version': '12.0.1.0.0',
  7. 'category': 'Reporting',
  8. 'license': 'AGPL-3',
  9. 'author': 'XCG Consulting,'
  10. 'ACSONE SA/NV,'
  11. 'Odoo Community Association (OCA)',
  12. 'website': 'https://github.com/OCA/reporting-engine',
  13. 'depends': ['report_py3o'],
  14. 'external_dependencies': {
  15. 'python': [
  16. 'py3o.template',
  17. 'py3o.formats',
  18. ],
  19. },
  20. 'demo': [
  21. "demo/report_py3o.xml",
  22. "demo/py3o_pdf_options.xml",
  23. ],
  24. 'data': [
  25. "views/ir_actions_report.xml",
  26. 'security/ir.model.access.csv',
  27. 'views/py3o_server.xml',
  28. 'views/py3o_pdf_options.xml',
  29. ],
  30. 'installable': True,
  31. }