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.

20 lines
727 B

  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. 'author': 'Eficent, '
  11. 'Serpent Consulting Services Pvt. Ltd.,'
  12. 'Odoo Community Association (OCA)',
  13. 'depends': ['account'],
  14. 'data': [
  15. 'report/summary_report.xml',
  16. 'report/report.xml',
  17. 'wizard/bank_statement_reconciliation_summary_wizard_view.xml',
  18. ],
  19. 'installable': True,
  20. }