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.

22 lines
640 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015 Therp BV (<http://therp.nl>).
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Save imported bank statements',
  6. 'version': '10.0.1.0.0',
  7. 'author': 'Odoo Community Association (OCA), Therp BV',
  8. 'license': 'AGPL-3',
  9. 'category': 'Banking addons',
  10. 'summary': 'Keep imported bank statements as raw data',
  11. 'depends': [
  12. 'account_bank_statement_import',
  13. ],
  14. 'data': [
  15. 'views/account_bank_statement.xml',
  16. ],
  17. 'post_init_hook': '_post_init_hook',
  18. 'auto_install': False,
  19. 'installable': True,
  20. 'application': False,
  21. }