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

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