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.

24 lines
758 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Odoo S. A.
  3. # Copyright 2015 Laurent Mignon <laurent.mignon@acsone.eu>
  4. # Copyright 2015 Ronald Portier <rportier@therp.nl>
  5. # Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
  6. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  7. {
  8. 'name': 'Import QIF Bank Statements',
  9. 'category': 'Accounting',
  10. 'version': '9.0.1.0.0',
  11. 'author': 'OpenERP SA,'
  12. 'Tecnativa,'
  13. 'Odoo Community Association (OCA)',
  14. 'website': 'https://github.com/OCA/bank-statement-import',
  15. 'depends': [
  16. 'account_bank_statement_import',
  17. ],
  18. 'data': [
  19. 'wizards/account_bank_statement_import_qif_view.xml',
  20. ],
  21. 'installable': True,
  22. 'license': 'AGPL-3',
  23. }