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.

25 lines
749 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Camptocamp SA
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Account Bank Statement Line Reconciliation',
  6. 'version': '10.0.1.0.0',
  7. 'category': 'Accounting & Finance',
  8. 'summary': 'OCA Financial Reports',
  9. 'author': "Camptocamp, Odoo Community Association (OCA)",
  10. 'website': 'https://github.com/OCA/account-financial-reporting',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'account',
  14. 'account_accountant',
  15. ],
  16. 'data': [
  17. # Views
  18. 'views/res_config_settings_views.xml',
  19. # Wizard
  20. 'wizard/account_bank_statement_line_reconciliation_wizard.xml',
  21. ],
  22. 'installable': True,
  23. 'application': False,
  24. }