You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
oca-travis 0e4bc05933 [UPD] Update auditlog.pot 6 years ago
..
data [IMP] auditlog - Auto-vacuum logs, HTTP requests and HTTP user sessions 8 years ago
i18n [UPD] Update auditlog.pot 6 years ago
migrations/8.0.1.0 [IMP] auditlog - Icon added + README updated (screenshots) 8 years ago
models Merge pull request #1548 from sunflowerit/8.0-server_environment-dont-bork-on-missing-package 5 years ago
security [ADD] Custom methods logging 7 years ago
static/description [IMP] auditlog - Icon added + README updated (screenshots) 8 years ago
tests [RFR] Rewrite and add test case 7 years ago
views [RFR] Change log_custom to log_custom_method as suggested in PR 7 years ago
README.rst [ADD] Custom methods logging 7 years ago
__init__.py [IMP] auditlog - Icon added + README updated (screenshots) 8 years ago
__openerp__.py [IMP] auditlog - Icon added + README updated (screenshots) 8 years ago

README.rst

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

=================================
Audit Log - Track user operations
=================================

This module allows the administrator to log user operations performed on data
models such as ``create``, ``read``, ``write`` and ``delete``. Furthermore
it allows logging of custom methods.

Usage
=====

Go to `Reporting / Audit / Rules` to subscribe rules. A rule defines which
operations to log for a given data model:

.. image:: /auditlog/static/description/rule.png

Then, check logs in the `Reporting / Audit / Logs` menu. You can group them by
user sessions, date, data model or HTTP requests:

.. image:: /auditlog/static/description/logs.png

Get the details:

.. image:: /auditlog/static/description/log.png

A scheduled action exists to delete logs older than 6 months (180 days)
automatically but is not enabled by default.
To activate it and/or change the delay, go to the
`Configuration / Technical / Automation / Scheduled Actions` menu and edit the
`Auto-vacuum audit logs` entry:

.. image:: /auditlog/static/description/autovacuum.png

During installation, a one-time script will migrate any existing data from the
`audittrail` module (rules and logs).

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

* log only operations triggered by some users (currently it logs all users)


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>

Images
------

* Icon: built with different icons from the `Oxygen theme <https://en.wikipedia.org/wiki/Oxygen_Project>`_ (LGPL)

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.