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.

16 lines
431 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Import QIF Bank Statement',
  4. 'category': 'Banking addons',
  5. 'version': '8.0.1.0.1',
  6. 'license': 'AGPL-3',
  7. 'author': 'OpenERP SA,'
  8. 'Odoo Community Association (OCA)',
  9. 'website': 'https://github.com/OCA/bank-statement-import',
  10. 'images': [],
  11. 'depends': [
  12. 'account_bank_statement_import'
  13. ],
  14. 'auto_install': False,
  15. 'installable': True,
  16. }