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.
 
 
 
sebalix d77977c911 [FIX] Module 'auditlog' - local variable 'ir_model' is assigned to but never used 10 years ago
..
i18n [IMP] Module 'auditlog' - Removed the 'timestamp' field from the 'auditlog.log' model (standard 'create_date' field is used instead) 5 years ago
models [FIX] Module 'auditlog' - local variable 'ir_model' is assigned to but never used 5 years ago
security [ADD] Module 'auditlog' - A substitute to the deprecated 'audittrail' module 5 years ago
tests [ADD] tests 5 years ago
views [IMP] Module 'auditlog' - Removed the 'timestamp' field from the 'auditlog.log' model (standard 'create_date' field is used instead) 5 years ago
README.rst [IMP] Module 'auditlog' - Contributors updated in README.rst + AUTHORS.txt file removed 5 years ago
__init__.py [ADD] change xmlids of legacy rules to point to auditlog.rule 5 years ago
__openerp__.py [ADD] init hook to migrate from audittrail 5 years ago

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.

For further information, please visit:

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

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

* log ``read`` operations
* 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?

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.