This module lets administrator track every user's operation on all the objects of the system (for the moment, only create, write and unlink methods). Each rule for tracking user's operation on data through the Odoo's interface is called audit rule.
Features:
The administrator creates an audit rule by specifying the name and the module on which the rule will be applied,
The administrator ticks the operations he wants to follow (creation and/or modification and/or deletion),
The administrator selects the group of users concerned by the audit.
A rule can be disabled if the administrator does not want to follow its logs anymore.
Operations performed by a user will be automatically recorded in the list of logs according to the pre-defined rule.
The log view contains details about each operation: date, name, the module, the user, old and new values of each modified field, etc.
The module also allows a history revision of each operation.
The administrator can delete audit rules but logs can't be deleted.
Users can view a list of current model logs.