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.

44 lines
1.3 KiB

  1. # -*- coding: utf-8 -*-
  2. # Author: Damien Crier
  3. # Author: Julien Coux
  4. # Copyright 2016 Camptocamp SA
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. 'name': 'QWeb Financial Reports',
  8. 'version': '9.0.1.0.0',
  9. 'category': 'Reporting',
  10. 'summary': 'OCA Financial Reports',
  11. 'author': 'Camptocamp SA,'
  12. 'initOS GmbH,'
  13. 'redCOR AG,'
  14. 'Odoo Community Association (OCA)',
  15. "website": "https://odoo-community.org/",
  16. 'depends': [
  17. 'account',
  18. 'account_full_reconcile',
  19. 'date_range',
  20. 'account_fiscal_year',
  21. 'report_xlsx',
  22. 'report',
  23. ],
  24. 'data': [
  25. 'wizard/aged_partner_balance_wizard_view.xml',
  26. 'wizard/general_ledger_wizard_view.xml',
  27. 'wizard/open_items_wizard_view.xml',
  28. 'wizard/trial_balance_wizard_view.xml',
  29. 'menuitems.xml',
  30. 'reports.xml',
  31. 'report/templates/aged_partner_balance.xml',
  32. 'report/templates/general_ledger.xml',
  33. 'report/templates/layouts.xml',
  34. 'report/templates/open_items.xml',
  35. 'report/templates/trial_balance.xml',
  36. 'view/account_view.xml'
  37. ],
  38. 'test': [
  39. ],
  40. 'installable': False,
  41. 'application': True,
  42. 'auto_install': False,
  43. 'license': 'AGPL-3',
  44. }