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.

21 lines
625 B

  1. # Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Online Bank Statements Import Split',
  5. 'version': '12.0.1.0.0',
  6. 'author':
  7. 'Brainbean Apps, '
  8. 'Odoo Community Association (OCA)',
  9. 'website': 'https://github.com/OCA/bank-statement-import/',
  10. 'license': 'AGPL-3',
  11. 'category': 'Accounting',
  12. 'summary': 'Split statements during import',
  13. 'depends': [
  14. 'account_bank_statement_import',
  15. ],
  16. 'data': [
  17. 'views/account_bank_statement_import.xml',
  18. ],
  19. 'installable': True,
  20. }