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
752 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. # CAUTION: this module was renamed in the 9.0 branch to avoid conflicts with the
  20. # upstream account_bank_statement_import module added in odoo 9. Exercise caution
  21. # when porting.
  22. 'installable': False,
  23. }