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

  1. # -*- coding: utf-8 -*-
  2. # © 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Bank Reconciliation Report',
  6. 'version': '10.0.1.0.0',
  7. 'license': 'AGPL-3',
  8. 'author': "Akretion,Odoo Community Association (OCA)",
  9. 'website': 'http://www.akretion.com',
  10. 'summary': 'Adds an XLSX report to help on bank reconciliation',
  11. 'depends': ['account_financial_report_qweb', 'report_xlsx'],
  12. 'data': [
  13. 'report/report.xml',
  14. 'wizard/bank_reconciliation_report_wizard_view.xml',
  15. 'views/account_bank_statement.xml',
  16. 'views/account_move_line.xml',
  17. 'views/account_journal.xml',
  18. ],
  19. 'installable': True,
  20. }