| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 190 |
| Technical Name |
easy_audit_trail |
| License | OPL-1 |
| Website | http://hendralatumeten.com |
| Versions | 16.0 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 190 |
| Technical Name |
easy_audit_trail |
| License | OPL-1 |
| Website | http://hendralatumeten.com |
| Versions | 16.0 17.0 18.0 19.0 |
Easy Audit Trail
Centralized record activity logger tracking creation, updates, and deletion fields.
Gain full visibility into your database! Keep a clear history of modifications, creations, and deletions on any model. Track who changed what, the exact old/new field value, the timestamp, and the operation source (UI, API, Scheduler, or Import).
Core Features
Centralized Logs
Access all database activity logs from a single central menu. Admin-restricted by default for security.
Audit Trail Mixin
Easily inherit a simple abstract model in python and specify fields you want to monitor. Works automatically.
Smart Fields Capture
Parses complex field modifications (like Many2one relationships, selections) into readable human-friendly text values.
How to Audit a Custom Model
1 Inherit the Mixin
In your Python file, add 'audit.mixin' to your class _inherit list.
2 Declare Monitored Fields
Define which fields to trace in the _audit_fields class list. Example: _audit_fields = ['name', 'price', 'partner_id'].
3 View Logs
Go to Audit Trail -> Audit Logs menu in your administrator settings dashboard to see complete modification histories.
Professional Dashboard Overview
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module