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
556 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2009-2017 Noviat.
  3. # Copyright 2018 Jacques-Etienne Baudoux (BCIM sprl) <je@bcim.be>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Add XLSX export to accounting reports',
  7. 'version': '8.0.1.0.0',
  8. 'license': 'AGPL-3',
  9. 'author': "BCIM,Noviat,Odoo Community Association (OCA)",
  10. 'category': 'Generic Modules/Accounting',
  11. 'depends': ['report_xlsx', 'account_financial_report_webkit_xls'],
  12. 'data': [
  13. 'report/general_ledger.xml',
  14. ],
  15. 'installable': True,
  16. }