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.

20 lines
505 B

  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'Import OFX Bank Statement',
  4. 'category': 'Banking addons',
  5. 'version': '1.0',
  6. 'author': 'OpenERP SA,'
  7. 'Odoo Community Association (OCA)',
  8. 'website': 'https://github.com/OCA/bank-statement-import',
  9. 'depends': [
  10. 'account_bank_statement_import'
  11. ],
  12. 'demo': [
  13. 'demo/demo_data.xml',
  14. ],
  15. 'external_dependencies': {
  16. 'python': ['ofxparse'],
  17. },
  18. 'auto_install': False,
  19. 'installable': True,
  20. }