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

  1. {
  2. 'name': 'Import OFX Bank Statement',
  3. 'category': 'Banking addons',
  4. 'version': '11.0.1.0.0',
  5. 'license': 'AGPL-3',
  6. 'author': 'Odoo SA,'
  7. 'Akretion,'
  8. 'La Louve,'
  9. 'GRAP,'
  10. 'Nicolas JEUDY,'
  11. 'Odoo Community Association (OCA)',
  12. 'website': 'https://odoo-community.org/',
  13. 'depends': [
  14. 'account_bank_statement_import',
  15. ],
  16. 'data': [
  17. 'views/view_account_bank_statement_import.xml',
  18. ],
  19. 'external_dependencies': {
  20. 'python': ['ofxparse'],
  21. },
  22. 'installable': True,
  23. }