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.

24 lines
625 B

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