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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2013 Joaquin Gutierrez (http://www.gutierrezweb.es)
  3. # Copyright 2015 Tecnativa - Pedro M. Baeza
  4. # Copyright 2017 RGB Consulting
  5. # Copyright 2017 Eficent - Miquel Raich
  6. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  7. {
  8. 'name': "Journal Report",
  9. 'version': "9.0.1.0.0",
  10. 'depends': [
  11. "account",
  12. "report_xlsx",
  13. ],
  14. 'license': "AGPL-3",
  15. 'author': "J. Gutierrez, "
  16. "Tecnativa, "
  17. "RGB Consulting, "
  18. "Eficent, "
  19. "Odoo Community Association (OCA)",
  20. 'website': "http://github.com/OCA/account-financial-reporting",
  21. 'category': "Accounting",
  22. 'summary': "Journal Report",
  23. 'data': [
  24. "wizard/wizard_print_journal_ledger_view.xml",
  25. "report/reports.xml",
  26. "views/templates.xml",
  27. ],
  28. "installable": True,
  29. }