v 14.0 Third Party 14583
Download for v 14.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 1299
Technical Name auditlog
LicenseAGPL-3
Websitehttps://github.com/OCA/server-tools
Versions 16.0 9.0 10.0 11.0 12.0 13.0 15.0 14.0
You bought this module and need support? Click here!

Audit Log

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

This module allows the administrator to log user operations performed on data models such as create, read, write and delete.

Table of contents

Usage

Go to Settings / Technical / Audit / Rules to subscribe rules. A rule defines which operations to log for a given data model.

https://raw.githubusercontent.com/OCA/server-tools/14.0/auditlog/static/description/rule.png

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

https://raw.githubusercontent.com/OCA/server-tools/14.0/auditlog/static/description/logs.png

Get the details:

https://raw.githubusercontent.com/OCA/server-tools/14.0/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:

https://raw.githubusercontent.com/OCA/server-tools/14.0/auditlog/static/description/autovacuum.png

In case you’re having trouble with the amount of records to delete per run, you can pass the amount of records to delete for one model per run as the second parameter, the default is to delete all records in one go.

Known issues / Roadmap

  • log only operations triggered by some users (currently it logs all users)
  • log read operations does not work on all data models, need investigation

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • ABF OSIELL

Contributors

Other credits

  • Icon: built with different icons from the Oxygen theme (LGPL)

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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.

This module is part of the OCA/server-tools project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
by
Kingsley
on 10/5/21, 9:57 AM

I would like to know the difference between the "fast log" and the "full log"?


Thank you, this module is very helpful even though there is something that needs to be done in the view file
by
Aris Eko Priyanto
on 5/8/21, 6:44 AM

Thank you for develop this module. This module is very helpful even though there is something that needs to be done in the view file

The installation was successful, rules creation was successful and logs were successfully added to the record. However, when the logs records are accessed the error "Uncaught TypeError: Cannot read property 'colspan' of undefined". This is because there are additional tags: /> in the view / auditlog_view.xml file line 136. Just remove those tags and upgrade the app up and running


Error: Image not store based on variants
by
pankaj goyani
on 12/27/22, 12:40 AM

I am getting not an error but its a issue while image store into variants.

When I try to save image from variants its not store into product variants.