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.

21 lines
785 B

7 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Eficent Business and IT Consulting Services S.L.
  3. # Copyright 2016 Serpent Consulting Services Pvt. Ltd.
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Bank Statement Reconciliation Summary',
  7. 'category': 'Account',
  8. 'summary': 'Bank Statement Reconciliation Summary',
  9. 'version': '10.0.1.0.0',
  10. 'license': 'AGPL-3',
  11. 'author': 'Eficent, '
  12. 'Serpent Consulting Services Pvt. Ltd.,'
  13. 'Odoo Community Association (OCA)',
  14. 'depends': ['account', 'account_financial_report_qweb'],
  15. 'data': [
  16. 'report/summary_report.xml',
  17. 'report/report.xml',
  18. 'wizard/bank_statement_reconciliation_summary_wizard_view.xml',
  19. ],
  20. 'installable': True,
  21. }