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

  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'Account Bank Statement Import',
  4. 'category': 'Banking addons',
  5. 'version': '8.0.1.0.1',
  6. 'author': 'OpenERP SA,'
  7. 'Odoo Community Association (OCA)',
  8. 'website': 'https://github.com/OCA/bank-statement-import',
  9. 'depends': ['account'],
  10. 'data': [
  11. "views/account_config_settings.xml",
  12. 'views/account_bank_statement_import_view.xml',
  13. ],
  14. 'demo': [
  15. 'demo/fiscalyear_period.xml',
  16. 'demo/partner_bank.xml',
  17. ],
  18. 'auto_install': False,
  19. 'installable': True,
  20. }