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.

30 lines
757 B

  1. # Copyright 2015 ACSONE SA/NV (<http://acsone.eu>)
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': "Base report xlsx",
  5. 'summary': "Base module to create xlsx report",
  6. 'author': 'ACSONE SA/NV,'
  7. 'Creu Blanca,'
  8. 'Odoo Community Association (OCA)',
  9. 'website': "https://github.com/oca/reporting-engine",
  10. 'category': 'Reporting',
  11. 'version': '12.0.1.0.3',
  12. 'license': 'AGPL-3',
  13. 'external_dependencies': {
  14. 'python': [
  15. 'xlsxwriter',
  16. 'xlrd',
  17. ],
  18. },
  19. 'depends': [
  20. 'base', 'web',
  21. ],
  22. 'data': [
  23. 'views/webclient_templates.xml',
  24. ],
  25. 'demo': [
  26. 'demo/report.xml',
  27. ],
  28. 'installable': True,
  29. }