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.

40 lines
1.2 KiB

  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': 'OCA Financial Reports',
  10. 'author': 'Camptocamp SA,'
  11. 'initOS GmbH,'
  12. 'redCOR AG,'
  13. 'Odoo Community Association (OCA)',
  14. "website": "https://odoo-community.org/",
  15. 'depends': [
  16. 'account',
  17. 'account_full_reconcile',
  18. 'date_range',
  19. ],
  20. 'data': [
  21. 'wizard/aged_partner_balance_wizard_view.xml',
  22. 'wizard/general_ledger_wizard.xml',
  23. 'wizard/open_invoice_wizard_view.xml',
  24. 'wizard/partner_ledger_wizard.xml',
  25. 'wizard/balance_common_wizard_view.xml',
  26. 'wizard/partner_balance_wizard_view.xml',
  27. 'wizard/trial_balance_wizard_view.xml',
  28. 'wizard/balance_sheet_wizard_view.xml',
  29. 'menuitems.xml',
  30. 'reports.xml',
  31. 'report/templates/general_ledger.xml',
  32. 'report/templates/open_invoice_report.xml'
  33. ],
  34. 'test': [
  35. ],
  36. 'installable': True,
  37. 'application': True,
  38. 'auto_install': False,
  39. 'license': 'AGPL-3',
  40. }