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.

31 lines
706 B

  1. # -*- coding: utf-8 -*-
  2. # Author: Damien Crier
  3. # Copyright 2016 Camptocamp SA
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'QWeb Financial Reports',
  7. 'version': '9.0.0.1.0',
  8. 'category': 'Reporting',
  9. 'summary': """
  10. OCA Financial Reports
  11. """,
  12. 'author': 'Camptocamp SA,'
  13. 'Odoo Community Association (OCA)',
  14. 'website': 'http://www.camptocamp.com',
  15. 'depends': [
  16. 'account',
  17. ],
  18. 'data': [
  19. 'wizard/ledger_report_wizard_view.xml',
  20. ],
  21. 'test': [
  22. ],
  23. 'demo': [
  24. ],
  25. 'qweb': [
  26. ],
  27. 'installable': True,
  28. 'application': True,
  29. 'auto_install': False,
  30. 'license': 'AGPL-3',
  31. }