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

  1. # Copyright 2019 Camptocamp SA
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'Bypass check Bank statement import',
  5. 'version': '12.0.1.0.0',
  6. 'category': 'Accounting',
  7. 'summary': 'Allow possibility to bypass check in Bank statement import',
  8. 'author': 'Camptocamp, '
  9. 'Odoo Community Association (OCA)',
  10. 'maintainer': 'Camptocamp',
  11. 'website': 'https://github.com/OCA/bank-statement-import',
  12. 'depends': [
  13. 'account_bank_statement_import',
  14. ],
  15. 'data': [
  16. 'wizard/account_bank_statement_import_view.xml',
  17. ],
  18. 'license': 'AGPL-3',
  19. 'installable': True,
  20. 'auto_install': False,
  21. }