Audit Log

Technical Name:
auditlog
Version:
12.0
License:
Author:
Numigi, Odoo Community Association (OCA), ABF OSIELL
https://kastor.lab.numigi.net/web/image/product.template/923/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Audit Log

This module allows to log and view create, write and delete operations performed on data.

All fields changed during create and write operations are logged. A field log entry contains the value before and after the operation.

Configuration

In order to log operations on a model, you need to add an audit rule for that model:

  • Go to Settings / Technical / Audit / Rules.
  • Select your model (i.e. Contact).
  • Click on the Subscribe button.
/auditlog/static/description/rule_form.png

Viewing Field Logs

Only users of the group View Audit Logs can view the field logs of a record.

/auditlog/static/description/user_form.png

To view the logs of a record:

  • Go to the form view.
/auditlog/static/description/contact_form.png
  • Click on Action / Field Logs.
/auditlog/static/description/contact_field_logs.png

Contributors