Tip
This module is part of the OpenERP software, the leading Open Source
enterprise management system. If you want to discover OpenERP, check our
screencasts or download
OpenERP directly.
Audit Trail (audittrail )
Module: audittrail
Name: Audit Trail
Version: 5.0.1.0
Author: Tiny
Directory: audittrail
Web: http://www.openerp.com
Official module:
yes
Quality certified:
yes
Description
Allows the administrator to track every user operation on all objects of the system.
Subscribe Rules for read, write, create and delete on objects and check logs
Download links
You can download this module as a zip file in the following version:
Views
audittrail.rule.form (form)
audittrail.rule.tree (tree)
audittrail.log.form (form)
audittrail.log.tree (tree)
Objects
Object: audittrail.rule (audittrail.rule)
log_read: Log reads, boolean
log_unlink: Log deletes, boolean
name: Rule Name, char, required
log_write: Log writes, boolean
object_id: Object, many2one, required
log_create: Log creates, boolean
state: State, selection, required
action_id: Action ID, many2one
Object: audittrail.log (audittrail.log)
object_id: Object, many2one
line_ids: Log lines, one2many
res_id: Resource Id, integer
Object: audittrail.log.line (audittrail.log.line)
old_value: Old Value, text
field_id: Fields, many2one, required
old_value_text: Old value Text, text
field_description:
Field Description, char
new_value: New Value, text
new_value_text: New value Text, text