Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
181 commits
Select commit Hold shift + click to select a range
cff876e
[ADD] Module 'auditlog' - A substitute to the deprecated 'audittrail'…
sebalix Jan 21, 2015
7e792b2
[FIX] Module 'auditlog' - Fix some flake8 errors
sebalix Jan 22, 2015
8f12c28
[FIX] Module 'auditlog' - Put the module description in a README.rst …
sebalix Jan 22, 2015
cd8bbbf
[ADD] Module 'auditlog' - 'auditlog.pot' file added
sebalix Jan 22, 2015
275c342
[IMP] Module 'auditlog' - Split the 'create_logs()' method in several…
sebalix Jan 22, 2015
25c945a
[IMP] Module 'auditlog' - Clean up vim lines
sebalix Jan 22, 2015
8dadbad
[IMP] Module 'auditlog' - Add 'name' attributes on some filters and o…
sebalix Jan 22, 2015
02083ab
[IMP] Module 'auditlog' - Removed the 'timestamp' field from the 'aud…
sebalix Jan 28, 2015
cc58bde
[IMP] Module 'auditlog' - README.rst updated (based on the OCA template)
sebalix Jan 28, 2015
f5881d2
[FIX] Module 'auditlog' - 'time' module imported but unused
sebalix Jan 28, 2015
5489ddc
[IMP] ignore rules for nonexisting objects
hbrunn Jan 28, 2015
224828d
[ADD] init hook to migrate from audittrail
hbrunn Jan 28, 2015
343ab86
[FIX] also migrate id sequences
hbrunn Jan 28, 2015
fbe69a0
[IMP] Module 'auditlog' - Contributors updated in README.rst + AUTHOR…
sebalix Jan 28, 2015
5e90916
[ADD] change xmlids of legacy rules to point to auditlog.rule
hbrunn Jan 28, 2015
0d9015a
[IMP] use new import of _, SUPERUSER_ID
hbrunn Jan 29, 2015
5af3ec4
[ADD] allow overriding modules to pass additional log values
hbrunn Jan 29, 2015
89c533a
[IMP] cache model and field ids
hbrunn Jan 29, 2015
91c21e0
[IMP] don't make a temporary copy of dict keys
hbrunn Jan 29, 2015
1d6bd7c
[FIX] don't reset caches in register_hook
hbrunn Jan 29, 2015
794fc28
[ADD] pass old_values to create_log when deleting a record
hbrunn Jan 29, 2015
c9187ec
[FIX] cope with no additional log values
hbrunn Jan 29, 2015
d00cb1f
[ADD] tests
hbrunn Jan 29, 2015
8fe3bbf
[FIX] Module 'auditlog' - local variable 'ir_model' is assigned to bu…
sebalix Jan 30, 2015
47e0e99
[IMP] use a model for test that is not influenced by the mail module
hbrunn Feb 1, 2015
1379e06
[FIX] Module 'auditlog' - Remove 'active' field from __openerp__.py
sebalix Feb 2, 2015
c0e6059
[IMP] Module 'auditlog' - README.rst updated (inform that the audittr…
sebalix Feb 2, 2015
4bb50a1
[IMP] Module 'auditlog' - Useless lines of code removed
sebalix Feb 2, 2015
d1842a4
[IMP] Module 'auditlog' - Autoremove 'auditlog.log.line' records when…
sebalix Feb 4, 2015
0f8ff28
[IMP] Module 'auditlog' - Model 'auditlog.log.line', 'field_name' and…
sebalix Feb 4, 2015
6472fb2
[IMP] Module 'auditlog' - Added a second test using cached data gener…
sebalix Feb 4, 2015
14d0ba3
[FIX] Module 'auditlog' - Data dictionaries of fields and models are …
sebalix Feb 4, 2015
9a7f0bc
[IMP] Module 'auditlog' - Add a test regarding a resource deleted thr…
sebalix Feb 9, 2015
f24c2eb
[FIX] Module 'auditlog' - When updating a resource, filter IDs on 2ma…
sebalix Feb 9, 2015
8edb373
[ADD] migration script
hbrunn Feb 16, 2015
0dd3175
Add OCA as author of OCA addons
gurneyalex Mar 2, 2015
70e1ab2
[IMP] Module 'auditlog' - Performing logs on 'read' operations + Some…
sebalix Apr 1, 2015
25121ff
[FIX] Module 'auditlog' - Replace 'try/except statement by 'isinstanc…
sebalix Apr 2, 2015
7e1e0cb
[FIX] Module 'auditlog' - Support 'read' calls with one ID or a list …
sebalix Apr 2, 2015
e6bf9ac
[FIX] Module 'auditlog' - Unit tests, do not create users with the 'n…
sebalix Apr 8, 2015
4ee519e
[ADD] German translation for auditlog
eqms Apr 19, 2015
26ceb2f
[FIX] Module 'auditlog' - No log for internal processing (e.g. 'read'…
sebalix Apr 19, 2015
f4946cf
[FIX] Module 'auditlog' - Fix lint check
sebalix Apr 19, 2015
02d8bad
[IMP] Module 'auditlog' - Unsubscribe rules before removing them + Un…
sebalix Apr 19, 2015
cccabad
[FIX] Module 'auditlog' - Log fields coming from polymorphic inherita…
sebalix Apr 19, 2015
500aee5
[IMP] Module 'auditlog' - Remove the unit test causing trouble with T…
sebalix Apr 21, 2015
6b33337
[ADD] auditlog: Added Spanish translation.
May 17, 2015
65a5f0b
Add bug tracker link on README.rst
yvaucher May 22, 2015
e774534
[FIX] ie related fields don't have an
hbrunn Jun 11, 2015
bce1c74
[ADD] comment
hbrunn Jul 8, 2015
762f168
[FIX] make patched create downgrade correctly to v6.1
hbrunn Jul 17, 2015
1460370
Add missing default oca icons
yvaucher Aug 18, 2015
f61b44e
[FIX] if someone else has overridden our patched,
hbrunn Sep 16, 2015
35e05fc
OCA Transbot updated translations from Transifex
oca-transbot Oct 5, 2015
be63bb2
[UPD] prefix versions with 8.0
sbidoul Oct 9, 2015
419c563
[MIG] Make modules uninstallable
pedrobaeza Oct 14, 2015
9f05f26
[FIX] remove en.po that was erroneously created by transbot
sbidoul Aug 15, 2016
29ec862
[MIG] Rename manifest files
pedrobaeza Oct 6, 2016
a583df3
Module 'auditlog' - Log HTTP user sessions and requests
sebalix Oct 30, 2015
0e11346
Module 'auditlog' - Bump the version to 1.1.0
sebalix Oct 30, 2015
3514693
Module 'auditlog' - Cleanup XML views (types removed)
sebalix Oct 30, 2015
b4a1ab8
Module 'auditlog' - A log can be created with no current HTTP request…
sebalix Oct 30, 2015
3f1e6b8
Module 'auditlog' - 'display_name' fields added for the user session …
sebalix Oct 31, 2015
bb8ebbb
Module 'auditlog' - Fix pylint check
sebalix Oct 31, 2015
559a8f2
turn off prefetching when reding values
hbrunn Nov 26, 2015
141a6a3
auditlog - Ability to choose the log type on the rule: Full log (comp…
sebalix Feb 1, 2016
eefecab
auditlog - Field 'type' renamed to 'log_type'
sebalix Feb 13, 2016
d0cf944
auditlog - Bump version number
sebalix Feb 13, 2016
8603354
auditlog - Auto-vacuum logs, HTTP requests and HTTP user sessions
sebalix Feb 13, 2016
68a9e69
auditlog - Icon added + README updated (screenshots)
sebalix May 26, 2016
16f6efa
singleton error if we saved the current session two times (#473)
hbrunn Jul 4, 2016
6bc992c
Migrate auditlog module from 8.0 to 9.0
holdenrehg Jun 6, 2016
0e33e8a
Updated the __openerp__.xml to include the license and images fields
holdenrehg Jun 13, 2016
79deb7a
auditlog module, Remove duplicate license key from openerp config
holdenrehg Jun 24, 2016
134ada7
auditlog: Remove migration from audittrail functionality, this is not…
holdenrehg Jun 27, 2016
6b9d7d0
auditlog: Remove pre_init_hook reference from openerp, no pre_init ho…
holdenrehg Jun 27, 2016
8e8d59a
auditlog - Lint
sebalix Nov 14, 2016
4c91d01
auditlog - Migrate 'AuditlogRule.create' and 'AuditlogRule.write' met…
sebalix Nov 14, 2016
6a6b8ba
[MIG] auditlog: Migrated to 10.0
Jan 20, 2017
a968932
[FIX] Request id no longer exists after concurrency rollback
StefanRijnhart Jan 16, 2017
08189aa
[FIX] auditlog: Duplicate logging
obulkin Feb 16, 2017
e40bb98
OCA Transbot updated translations from Transifex
oca-transbot Oct 26, 2015
f0578e8
[MIG] auditlog: Migration to 11.0
etobella Nov 3, 2017
a5c3bd8
[add] https
rgarnau Nov 14, 2017
4e66175
OCA Transbot updated translations from Transifex
oca-transbot Dec 9, 2017
c235c6d
remove obsolete .pot files [ci skip]
sbidoul Jun 15, 2018
134841e
[UPD] Update auditlog.pot
oca-travis Jun 17, 2018
18a4545
Translated using Weblate
Jun 20, 2018
790fa11
[MIG] auditlog: Migration to 12.0
sebalix Apr 9, 2019
161a847
[UPD] README.rst
OCA-git-bot Apr 10, 2019
c601997
Translated using Weblate (Chinese (Simplified))
liweijie0812 Aug 30, 2019
7999b87
[MIG] auditlog: Migration to 13.0
lembregtse Oct 1, 2019
2bdc2c8
[IMP] auditlog: black, isort, prettier
rven Nov 8, 2019
5f325e4
[FIX] auditlog: log computed fields stored in db as expected
sebalix Oct 1, 2019
9ed4862
[FIX] auditlog: add support for create multi
sebalix Oct 1, 2019
26dc5cb
[UPD] Update auditlog.pot
oca-travis Mar 25, 2020
0e0b484
[UPD] README.rst
OCA-git-bot Mar 25, 2020
da7a380
Update translation files
oca-transbot Mar 29, 2020
cf597b7
[FIX] Readme Images relative path
emagdalenaC2i Jul 10, 2020
436c351
[UPD] README.rst
OCA-git-bot Jul 13, 2020
c62b338
auditlog 13.0.1.0.1
OCA-git-bot Jul 13, 2020
7c374cb
[IMP] auditlog: black, isort, prettier
alan196 Oct 29, 2020
53694ac
[MIG] auditlog: Migration to 14.0
alan196 Oct 29, 2020
d141be3
[UPD] Update auditlog.pot
oca-travis Dec 4, 2020
aab3708
[IMP] Dont query non-stored related or computed fields on full auditl…
Dec 14, 2020
15b7df2
[UPD] README.rst
OCA-git-bot Jan 25, 2021
3f1e37e
auditlog 14.0.1.0.1
OCA-git-bot Jan 25, 2021
104349f
[14.0][FIX] Add sudo() to retrieve record vals
Feb 1, 2021
9510ae1
auditlog 14.0.1.0.2
OCA-git-bot Feb 11, 2021
a1f6d20
[IMP] auditlog: prevent cascading delete of logs when models or field…
Mar 24, 2021
9355452
[UPD] Update auditlog.pot
oca-travis Apr 30, 2021
c6ca730
[UPD] README.rst
OCA-git-bot Apr 30, 2021
5ae1eff
Update translation files
oca-transbot Apr 30, 2021
ec05269
[FIX] auditlog: invalid XML
StefanRijnhart May 18, 2021
702b062
auditlog 14.0.1.1.1
OCA-git-bot May 19, 2021
d204bbf
[ADD] auditlog: enable to track Unlink record
Jun 22, 2021
f277d93
[ADD] auditlog: test case for capture record
Jun 22, 2021
ca21791
[UPD] Update auditlog.pot
oca-travis Jun 25, 2021
514fe66
[UPD] README.rst
OCA-git-bot Jun 25, 2021
ad57f7d
Update translation files
oca-transbot Jun 25, 2021
22c426a
[14.0][IMP] auditlog, add auditlog.log.line view
kittiu Aug 19, 2021
fd3de78
[UPD] Update auditlog.pot
oca-travis Aug 31, 2021
6246e8f
[UPD] README.rst
OCA-git-bot Aug 31, 2021
2bd4773
auditlog 14.0.1.2.0
OCA-git-bot Aug 31, 2021
e15e66c
Update translation files
oca-transbot Aug 31, 2021
946772b
[IMP] auditlog: black, isort, prettier
Jan 31, 2022
04fcbca
[MIG] auditlog: Migration to 15.0
Jan 31, 2022
3aed8ec
[UPD] Update auditlog.pot
Mar 18, 2022
d6713da
[UPD] README.rst
OCA-git-bot Mar 18, 2022
263a584
Translated using Weblate (Spanish (Argentina))
ibuioli Mar 20, 2022
78c140f
Add option to Eliminate user and fields in audit logs
atchuthan Mar 22, 2022
5382ebe
[UPD] Update auditlog.pot
Sep 27, 2022
dd7c27e
auditlog 15.0.1.1.0
OCA-git-bot Sep 27, 2022
97b4c3e
Update translation files
oca-transbot Sep 27, 2022
9b7c350
Translated using Weblate (Spanish (Argentina))
ibuioli Sep 29, 2022
4d557d1
[FIX] auditlog: autovacuum performance
gurneyalex Oct 31, 2022
4bf1c20
auditlog 15.0.1.1.1
OCA-git-bot Nov 2, 2022
c6cd7f2
[MIG] auditlog: Migration to 16.0
StefanRijnhart Nov 18, 2022
8f93918
[IMP] auditlog: dedicated security groups for model access
BertVGroenendael Nov 18, 2022
7e8e4a1
[UPD] Update auditlog.pot
Dec 22, 2022
295becd
[UPD] README.rst
OCA-git-bot Dec 22, 2022
35f9747
Update translation files
weblate Dec 22, 2022
3c7eb17
Translated using Weblate (Spanish (Argentina))
ibuioli Dec 24, 2022
de7d4d4
[IMP] auditlog: make the line views using a non auto model
etobella Dec 21, 2022
f07c688
[UPD] Update auditlog.pot
Dec 28, 2022
6fdd499
auditlog 16.0.2.0.0
OCA-git-bot Dec 28, 2022
0d290e9
Update translation files
weblate Dec 28, 2022
241eb0f
Translated using Weblate (Spanish (Argentina))
ibuioli Jan 1, 2023
8963b41
[FIX] auditlog: Allow passing a chunk size for autovacuum
hbrunn May 10, 2022
b4251e0
[UPD] README.rst
OCA-git-bot Jan 21, 2023
db236c0
auditlog 16.0.2.0.1
OCA-git-bot Jan 21, 2023
eafc652
Translated using Weblate (Italian)
mymage Mar 23, 2023
b8dec6a
Translated using Weblate (Slovenian)
sysadminmatmoz Mar 31, 2023
f1d573d
Translated using Weblate (Italian)
mymage Jun 7, 2023
9aa7f2d
Translated using Weblate (Spanish)
Ivorra78 Aug 25, 2023
de1c597
[UPD] README.rst
OCA-git-bot Sep 3, 2023
2f94a2e
FIX: auditlog consistency with Many2one fields
SilvioC2C Dec 2, 2022
d5c1663
auditlog 16.0.2.0.2
OCA-git-bot Sep 11, 2023
83593e3
[UPD] README.rst
OCA-git-bot Sep 11, 2023
574c205
Update translation files
weblate Oct 10, 2023
f54c955
Translated using Weblate (Italian)
mymage Oct 23, 2023
f7d851b
[FIX] auditlog: prevent removal of x2many values from inaccessible co…
StefanRijnhart Jan 19, 2024
c8c1119
[16.0][FIX] auditlog: Add/Remove User Group
BT-anieto Feb 8, 2024
bf7765e
[IMP] auditlog: pre-commit stuff
rven Nov 14, 2023
f002012
[MIG] auditlog: Migration to 17.0
rven Feb 5, 2024
ede80be
[UPD] Update auditlog.pot
Apr 12, 2024
0e0181b
[BOT] post-merge updates
OCA-git-bot Apr 12, 2024
5a82035
Update translation files
weblate Apr 12, 2024
8db0794
Translated using Weblate (Italian)
mymage Apr 17, 2024
995b639
Translated using Weblate (Spanish)
Ivorra78 Apr 23, 2024
2958cad
Translated using Weblate (Swedish)
jakobkrabbe Jun 12, 2024
4f6a6c6
Translated using Weblate (Chinese (Simplified) (zh_CN))
xtanuiha Jun 16, 2024
0de9193
Translated using Weblate (Spanish (Argentina))
ibuioli Sep 16, 2024
19f9b29
[FIX] auditlog: registry propagation
gurneyalex Oct 22, 2024
8596bc0
fixup! [FIX] auditlog: registry propagation
gurneyalex Oct 22, 2024
1b0e3da
[BOT] post-merge updates
OCA-git-bot Oct 23, 2024
5b573cb
[FIX] auditlog: Dismiss logging when not needed.
rven Dec 4, 2024
e58c1ae
[FIX] auditlog: patch away all write overrides in res.groups for test
hbrunn Dec 12, 2024
f9ed425
[BOT] post-merge updates
OCA-git-bot Dec 12, 2024
0077dce
[BOT] post-merge updates
OCA-git-bot Dec 13, 2024
9f92543
[18.0][MIG] auditlog: Migration to 18.0
kobros-tech Dec 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
141 changes: 141 additions & 0 deletions auditlog/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
=========
Audit Log
=========

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:46cace41616d85c10e2d4d1ac1026ec8f68943082fcb218e69e197230c40c0d9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github
:target: https://github.com/OCA/server-tools/tree/18.0/auditlog
:alt: OCA/server-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-auditlog
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=18.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

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

**Table of contents**

.. contents::
:local:

Usage
=====

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

|image|

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

|image1|

Get the details:

|image2|

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:

|image3|

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.

There are two possible groups configured to which one may belong. The
first is the Auditlog User group. This group has read-only access to the
auditlogs of individual records through the View Logs action. The second
group is the Auditlog Manager group. This group additionally has the
right to configure the auditlog configuration rules.

.. |image| image:: https://raw.githubusercontent.com/OCA/server-tools/18.0/auditlog/static/description/rule.png
.. |image1| image:: https://raw.githubusercontent.com/OCA/server-tools/18.0/auditlog/static/description/logs.png
.. |image2| image:: https://raw.githubusercontent.com/OCA/server-tools/18.0/auditlog/static/description/log.png
.. |image3| image:: https://raw.githubusercontent.com/OCA/server-tools/18.0/auditlog/static/description/autovacuum.png

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 <https://github.com/OCA/server-tools/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 <https://github.com/OCA/server-tools/issues/new?body=module:%20auditlog%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
-------

* ABF OSIELL

Contributors
------------

- Sebastien Alix <sebastien.alix@camptocamp.com>
- Holger Brunn <hbrunn@therp.nl>
- Holden Rehg <holdenrehg@gmail.com>
- Eric Lembregts <eric@lembregts.eu>
- Pieter Paulussen <pieter.paulussen@me.com>
- Alan Ramos <alan.ramos@jarsa.com.mx>
- Stefan Rijnhart <stefan@opener.amsterdam>
- Bhavesh Odedra <bodedra@opensourceintegrators.com>
- Hardik Suthar <hsuthar@opensourceintegrators.com>
- Kitti U. <kittiu@ecosoft.co.th>
- Bogdan Valentin Gabor <valentin.gabor@bt-group.com>
- Mohamed Alkobrosli <malkobrosly@kencove.com>

Other credits
-------------

- Icon: built with different icons from the `Oxygen
theme <https://en.wikipedia.org/wiki/Oxygen_Project>`__ (LGPL)

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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 <https://github.com/OCA/server-tools/tree/18.0/auditlog>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions auditlog/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
22 changes: 22 additions & 0 deletions auditlog/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2015 ABF OSIELL <https://osiell.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "Audit Log",
"version": "18.0.1.0.0",
"author": "ABF OSIELL, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/server-tools",
"category": "Tools",
"depends": ["base"],
"data": [
"security/res_groups.xml",
"security/ir.model.access.csv",
"data/ir_cron.xml",
"views/auditlog_view.xml",
"views/http_session_view.xml",
"views/http_request_view.xml",
],
"application": True,
"installable": True,
}
12 changes: 12 additions & 0 deletions auditlog/data/ir_cron.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<record id="ir_cron_auditlog_autovacuum" model="ir.cron">
<field name='name'>Auto-vacuum audit logs</field>
<field name='interval_number'>1</field>
<field name='interval_type'>days</field>
<field name="active" eval="False" />
<field name="code">model.autovacuum(180)</field>
<field name="state">code</field>
<field name="model_id" ref="model_auditlog_autovacuum" />
</record>
</odoo>
Loading