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.

16 lines
421 B

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