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.

49 lines
1.5 KiB

  1. # -*- encoding: utf-8 -*-
  2. ################################################################################
  3. # See Copyright and Licence Informations undermentioned.
  4. ################################################################################
  5. {
  6. 'name': 'Authentification - Admin Passkey',
  7. 'version': '2.1',
  8. 'category': 'base',
  9. 'description': """
  10. Admin password become a passkey for all active logins
  11. =====================================================
  12. Functionnality :
  13. ----------------
  14. * Administrator has now the possibility to login in with any login;
  15. * By default, OpenERP will send a mail to user and admin to indicate them;
  16. * If a user has the same password as the admin, OpenERP will inform the admin;
  17. Technical information :
  18. -----------------------
  19. * Create two ir_config_parameter to enable / disable mail sending;
  20. Copyright, Author and Licence :
  21. -------------------------------
  22. * Copyright : 2014, Groupement Régional Alimentaire de Proximité;
  23. * Author : Sylvain LE GAL (https://twitter.com/legalsylvain);
  24. * Licence : AGPL-3 (http://www.gnu.org/licenses/)
  25. """,
  26. 'author': 'GRAP',
  27. 'website': 'http://www.grap.coop',
  28. 'license': 'AGPL-3',
  29. 'depends': [
  30. 'mail',
  31. ],
  32. 'data': [
  33. 'data/ir_config_parameter.xml',
  34. 'view/res_config_view.xml',
  35. ],
  36. 'demo': [],
  37. 'js': [],
  38. 'css': [],
  39. 'qweb': [],
  40. 'images': [],
  41. 'post_load': '',
  42. 'application': False,
  43. 'installable': True,
  44. 'auto_install': False,
  45. }