From 3a926e4aa5e32b3bfaacf67709ee09842ab11d7f Mon Sep 17 00:00:00 2001 From: sebalix Date: Thu, 22 Jan 2015 14:09:46 +0100 Subject: [PATCH] [FIX] Module 'auditlog' - Put the module description in a README.rst file --- auditlog/README.rst | 11 +++++++++++ auditlog/__openerp__.py | 7 ------- 2 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 auditlog/README.rst diff --git a/auditlog/README.rst b/auditlog/README.rst new file mode 100644 index 000000000..907d0c245 --- /dev/null +++ b/auditlog/README.rst @@ -0,0 +1,11 @@ +Track every user operation on data models +========================================= + +The administrator can subscribe rules to log ``create``, ``read``, ``write`` +and ``delete`` operations performed on any data models of the system. + +Copyright, author and licence +----------------------------- + * Copyright: 2015, ABF OSIELL + * Author: Sebastien Alix + * Licence : AGPL-3 (http://www.gnu.org/licenses/) diff --git a/auditlog/__openerp__.py b/auditlog/__openerp__.py index bab6724d9..ff97d6a18 100644 --- a/auditlog/__openerp__.py +++ b/auditlog/__openerp__.py @@ -21,13 +21,6 @@ { 'name': "Audit Log", - 'description': """ -Track every user operation on all the objects of the system. -============================================================ - -The administrator can subscribe to rules for create, read, write and delete on -models and can check logs. - """, 'version': "1.0", 'author': "ABF OSIELL", 'website': "http://www.osiell.com",