From 1f12893c8d03f81a6aa7fd741acc263e6ec63140 Mon Sep 17 00:00:00 2001 From: Anthony Muschang Date: Mon, 15 Dec 2014 09:25:06 +0100 Subject: [PATCH] [CHG] auth_admin_passkey: move description to README.md --- auth_admin_passkey/README.md | 18 ++++++++++++++++++ auth_admin_passkey/__openerp__.py | 20 -------------------- 2 files changed, 18 insertions(+), 20 deletions(-) create mode 100644 auth_admin_passkey/README.md diff --git a/auth_admin_passkey/README.md b/auth_admin_passkey/README.md new file mode 100644 index 000000000..15be819dc --- /dev/null +++ b/auth_admin_passkey/README.md @@ -0,0 +1,18 @@ +Admin password become a passkey for all active logins +===================================================== + +Functionality : +--------------- + * Administrator has now the possibility to login in with any login; + * By default, OpenERP will send a mail to user and admin to indicate them; + * If a user and the admin have the same password, admin will be informed; + +Technical information : +----------------------- + * Create two ir_config_parameter to enable / disable mail sending; + +Copyright, Author and Licence : +------------------------------- + * Copyright : 2014, Groupement Régional Alimentaire de Proximité; + * Author : Sylvain LE GAL (https://twitter.com/legalsylvain); + * Licence : AGPL-3 (http://www.gnu.org/licenses/) diff --git a/auth_admin_passkey/__openerp__.py b/auth_admin_passkey/__openerp__.py index a62768e72..77df9c73f 100644 --- a/auth_admin_passkey/__openerp__.py +++ b/auth_admin_passkey/__openerp__.py @@ -24,26 +24,6 @@ 'name': 'Authentification - Admin Passkey', 'version': '2.1.1', 'category': 'base', - 'description': """ -Admin password become a passkey for all active logins -===================================================== - -Functionality : ---------------- - * Administrator has now the possibility to login in with any login; - * By default, OpenERP will send a mail to user and admin to indicate them; - * If a user and the admin have the same password, admin will be informed; - -Technical information : ------------------------ - * Create two ir_config_parameter to enable / disable mail sending; - -Copyright, Author and Licence : -------------------------------- - * Copyright : 2014, Groupement Régional Alimentaire de Proximité; - * Author : Sylvain LE GAL (https://twitter.com/legalsylvain); - * Licence : AGPL-3 (http://www.gnu.org/licenses/) - """, 'author': 'GRAP', 'website': 'http://www.grap.coop', 'license': 'AGPL-3',