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.

19 lines
515 B

  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'Account Bank Statement Import',
  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': ['account'],
  10. 'data': [
  11. 'account_bank_statement_import_view.xml',
  12. ],
  13. 'demo': [
  14. 'demo/fiscalyear_period.xml',
  15. 'demo/partner_bank.xml',
  16. ],
  17. 'auto_install': False,
  18. 'installable': True,
  19. }