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.

27 lines
805 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 GRAP - Sylvain LE GAL
  3. # Copyright 2017 Tecnativa - David Vidal
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Authentification - Brute-force Attack',
  7. 'version': '10.0.1.0.0',
  8. 'category': 'Tools',
  9. 'summary': "Tracks Authentication Attempts and Prevents Brute-force"
  10. " Attacks module",
  11. 'author': "GRAP, "
  12. "Tecnativa, "
  13. "Odoo Community Association (OCA)",
  14. 'website': 'http://www.grap.coop',
  15. 'license': 'AGPL-3',
  16. 'depends': [
  17. 'web',
  18. ],
  19. 'data': [
  20. 'security/ir_model_access.yml',
  21. 'data/ir_config_parameter.xml',
  22. 'views/view.xml',
  23. 'views/action.xml',
  24. 'views/menu.xml',
  25. ],
  26. 'installable': True,
  27. }