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.

29 lines
744 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2013-2014 GRAP (http://www.grap.coop)
  3. # @author Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  5. {
  6. 'name': 'Authentification - Admin Passkey',
  7. 'version': '10.0.1.0.1',
  8. 'category': 'base',
  9. 'author': "GRAP,Odoo Community Association (OCA)",
  10. 'website': 'http://www.grap.coop',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'mail',
  14. ],
  15. 'data': [
  16. 'data/ir_config_parameter.xml',
  17. 'views/res_config_view.xml',
  18. ],
  19. 'demo': [],
  20. 'js': [],
  21. 'css': [],
  22. 'qweb': [],
  23. 'images': [],
  24. 'post_load': '',
  25. 'application': False,
  26. 'installable': True,
  27. 'auto_install': False,
  28. }