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.

18 lines
502 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2009-2018 Noviat.
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Report xlsx helpers',
  6. 'author': 'Noviat,'
  7. 'Odoo Community Association (OCA)',
  8. 'website': 'https://github.com/OCA/reporting-engine',
  9. 'category': 'Reporting',
  10. 'version': '10.0.1.0.0',
  11. 'license': 'AGPL-3',
  12. 'external_dependencies': {'python': ['xlsxwriter']},
  13. 'depends': [
  14. 'report_xlsx',
  15. ],
  16. 'installable': True,
  17. }