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

  1. # Copyright 2017-2019 Akretion France (http://www.akretion.com/)
  2. # @author: 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': '12.0.1.0.0',
  7. 'license': 'AGPL-3',
  8. 'author': "Akretion,Odoo Community Association (OCA)",
  9. 'website': 'https://github.com/OCA/account-financial-reporting',
  10. 'summary': 'XLSX report to help on bank reconciliation',
  11. 'depends': ['account_financial_report', '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. }