server-tools/auditlog
OCA Transbot ddda3d1a05 OCA Transbot updated translations from Transifex 2015-10-26 06:58:47 -04:00
..
i18n OCA Transbot updated translations from Transifex 2015-10-26 06:58:47 -04:00
migrations/8.0.1.0 [ADD] migration script 2015-02-16 16:42:04 +01:00
models [FIX] if someone else has overridden our patched, 2015-09-16 11:42:10 +02:00
security [ADD] Module 'auditlog' - A substitute to the deprecated 'audittrail' module 2015-01-22 11:29:33 +01:00
static/description Add missing default oca icons 2015-08-18 10:47:52 +02:00
tests [IMP] Module 'auditlog' - Remove the unit test causing trouble with Travis CI 2015-04-21 18:00:22 +02:00
views [IMP] Module 'auditlog' - Performing logs on 'read' operations + Some bugfixes to log inherited fields and dummy fields such as 'in_group_X' in 'res.users' model + Unit tests updated 2015-04-01 16:19:57 +02:00
README.rst Merge pull request #170 from yvaucher/8.0-add-bug-tracker-link 2015-06-09 14:47:33 +02:00
__init__.py [ADD] change xmlids of legacy rules to point to auditlog.rule 2015-01-28 15:36:00 +01:00
__openerp__.py [UPD] prefix versions with 8.0 2015-10-09 10:03:09 +02:00

README.rst

Track user operation on data models
===================================

This module allows the administrator to log user operations performed on data
models such as ``create``, ``read``, ``write`` and ``delete``.

Usage
=====

Go to `Reporting / Audit / Rules` to subscribe rules. A rule defines which
operations to log for a given data model.
Then, check logs in the `Reporting / Audit / Logs` menu.

During installation, it will migrate any existing data from the `audittrail`
module (rules and logs).

For further information, please visit:

 * https://www.odoo.com/forum/help-1

Known issues / Roadmap
======================

 * log only operations triggered by some users (currently it logs all users)
 * group logs by HTTP query (thanks to werzeug)?
 * group HTTP query by user session?


Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/server-tools/issues/new?body=module:%20auditlog%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Credits
=======

Contributors
------------

* Sebastien Alix <sebastien.alix@osiell.com>
* Holger Brunn <hbrunn@therp.nl>

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: http://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.