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.

24 lines
752 B

  1. # Copyright 2017 Tecnativa - Luis M. Ontalba
  2. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  3. {
  4. 'name': 'Bank statement import move lines',
  5. 'version': '12.0.1.0.0',
  6. 'category': 'Accounting',
  7. 'summary': 'Import journal items into bank statement',
  8. 'author': 'Tecnativa, '
  9. 'Odoo Community Association (OCA)',
  10. 'maintainers': ['pedrobaeza'],
  11. 'website': 'https://github.com/OCA/bank-statement-import',
  12. 'depends': [
  13. 'account',
  14. ],
  15. 'data': [
  16. 'wizards/account_statement_line_create_view.xml',
  17. 'views/account_bank_statement_view.xml',
  18. ],
  19. 'license': 'AGPL-3',
  20. 'development_status': 'Production/Stable',
  21. 'installable': True,
  22. 'auto_install': False,
  23. }