From 2ccb4d0e17a471398c84b8f2a2d725ad62e02750 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Tue, 9 Dec 2014 14:12:31 +0100 Subject: [PATCH] [REF] 'auth_generate_password' : change module description; --- auth_generate_password/__openerp__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/auth_generate_password/__openerp__.py b/auth_generate_password/__openerp__.py index 03241dca0..137d13f36 100644 --- a/auth_generate_password/__openerp__.py +++ b/auth_generate_password/__openerp__.py @@ -21,9 +21,9 @@ ############################################################################## { - 'name': 'Password Secure', - 'version': '2.0', - 'category': 'GRAP - Custom', + 'name': 'Authentification - Generate Password', + 'version': '1.0', + 'category': 'Tools', 'description': """ Password Secure =============== @@ -48,7 +48,7 @@ Settings: Copyright, Author and Licence : ------------------------------- - * Copyright : 2014, Groupement Régional Alimentaire de Proximité; + * Copyright : 2014, Groupement Regional Alimentaire de Proximite; * Author : Sylvain LE GAL (https://twitter.com/legalsylvain); * Licence : AGPL-3 (http://www.gnu.org/licenses/) """,