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.

56 lines
1.6 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. Functionnalities :
  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. Technical informations :
  17. ------------------------
  18. * Create two ir_config_parameter to enable / disable mail sending;
  19. Limits :
  20. --------
  21. * For the moment, this module doesn't manage translations for the mails;
  22. Copyright and Licence :
  23. -----------------------
  24. * 2014, Groupement Régional Alimentaire de Proximité
  25. * Licence : AGPL-3 (http://www.gnu.org/licenses/)
  26. Contacts :
  27. ----------
  28. * Sylvain LE GAL (https://twitter.com/legalsylvain);
  29. * <informatique@grap.coop> for any help or question about this module.
  30. """,
  31. 'author': 'GRAP',
  32. 'website': 'http://www.grap.coop',
  33. 'license': 'AGPL-3',
  34. 'depends': [
  35. 'mail',
  36. ],
  37. 'data': [
  38. 'data/ir_config_parameter.xml',
  39. 'view/res_config_view.xml',
  40. ],
  41. 'demo': [],
  42. 'js': [],
  43. 'css': [],
  44. 'qweb': [],
  45. 'images': [],
  46. 'post_load': '',
  47. 'application': False,
  48. 'installable': True,
  49. 'auto_install': False,
  50. }