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",