[FIX] Module 'auditlog' - Put the module description in a README.rst file

pull/2466/head
sebalix 2015-01-22 14:09:46 +01:00 committed by Stefan Rijnhart
parent 0ac666a32d
commit 35c136b2f6
2 changed files with 11 additions and 7 deletions

View File

@ -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/)

View File

@ -21,13 +21,6 @@
{ {
'name': "Audit Log", '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", 'version': "1.0",
'author': "ABF OSIELL", 'author': "ABF OSIELL",
'website': "http://www.osiell.com", 'website': "http://www.osiell.com",