Browse Source
[FIX] Module 'auditlog' - Put the module description in a README.rst file
pull/1040/head
sebalix
10 years ago
committed by
Enric Tobella
No known key found for this signature in database
GPG Key ID: 1A2546A1B7BA2451
2 changed files with
11 additions and
7 deletions
-
auditlog/README.rst
-
auditlog/__openerp__.py
|
|
@ -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/) |
|
|
@ -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", |
|
|
|