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
767 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Eficent Business and IT Consulting Services S.L.
  3. # © 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': '8.0.1.0.0',
  10. 'author': 'Eficent Business and IT Consulting Services S.L., '
  11. 'Serpent Consulting Services Pvt. Ltd.',
  12. 'depends': ['account'],
  13. 'data': [
  14. 'report/summary_report.xml',
  15. 'report/report.xml',
  16. 'view/account_account_view.xml',
  17. 'wizard/account_bank_unreconcile_view.xml',
  18. 'view/account_bank_statement.xml',
  19. ],
  20. 'installable': True,
  21. }