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

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