Browse Source

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

pull/1556/head
sebalix 9 years ago
parent
commit
1780bf854a
  1. 11
      auditlog/README.rst
  2. 7
      auditlog/__openerp__.py

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

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

Loading…
Cancel
Save