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

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Import OFX 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. 'depends': [
  11. 'account_bank_statement_import'
  12. ],
  13. 'demo': [
  14. 'demo/demo_data.xml',
  15. ],
  16. 'external_dependencies': {
  17. 'python': ['ofxparse'],
  18. },
  19. 'auto_install': False,
  20. 'installable': True,
  21. }