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.

23 lines
724 B

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