OCA-git-bot
481129d46c
[UPD] README.rst
2023-09-11 14:32:21 +00:00
OCA-git-bot
7c30b179fa
auditlog 16.0.2.0.2
2023-09-11 14:32:15 +00:00
SilvioC2C
75c20bb7de
FIX: auditlog consistency with Many2one fields
...
Odoo allows creating or updating records with values like ``{"many2one_field_id": empty.recordset()}``,
but this crashes when using ``deepcopy``, which fails in recreating the ``api.Environment`` object
attached to the recordset.
This commit should fix the issue by updating the values before passing them to ``deepcopy``.
2023-09-11 12:49:02 +02:00
OCA-git-bot
6c5a361562
[UPD] README.rst
2023-09-03 16:49:46 +00:00
Ivorra78
e6981557de
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (88 of 88 strings)
Translation: server-tools-16.0/server-tools-16.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-auditlog/es/
2023-09-03 00:16:04 +00:00
mymage
240337caa5
Translated using Weblate (Italian)
...
Currently translated at 36.3% (32 of 88 strings)
Translation: server-tools-16.0/server-tools-16.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-auditlog/it/
2023-06-07 15:49:34 +00:00
Matjaz Mozetic
c1153e2709
Translated using Weblate (Slovenian)
...
Currently translated at 78.4% (69 of 88 strings)
Translation: server-tools-16.0/server-tools-16.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-auditlog/sl/
2023-03-31 21:29:31 +00:00
mymage
6c29574248
Translated using Weblate (Italian)
...
Currently translated at 36.3% (32 of 88 strings)
Translation: server-tools-16.0/server-tools-16.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-auditlog/it/
2023-03-23 13:24:54 +00:00
OCA-git-bot
f632593dbc
auditlog 16.0.2.0.1
2023-01-21 14:05:38 +00:00
OCA-git-bot
a6ad85cc72
[UPD] README.rst
2023-01-21 14:05:37 +00:00
Holger Brunn
ff27aa473c
[FIX] auditlog: Allow passing a chunk size for autovacuum
2023-01-16 13:43:45 +01:00
Ignacio Buioli
d5daba5b64
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (88 of 88 strings)
Translation: server-tools-16.0/server-tools-16.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-auditlog/es_AR/
2023-01-01 21:45:58 +00:00
Weblate
eca0bb26cf
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-16.0/server-tools-16.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-auditlog/
2022-12-28 14:30:47 +00:00
OCA-git-bot
df9e33807b
auditlog 16.0.2.0.0
2022-12-28 14:30:30 +00:00
oca-ci
5c4c19c86c
[UPD] Update auditlog.pot
2022-12-28 14:28:08 +00:00
Enric Tobella
fe3fb42df9
[IMP] auditlog: make the line views using a non auto model
2022-12-28 13:57:39 +01:00
Ignacio Buioli
85cb7ed928
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (86 of 86 strings)
Translation: server-tools-16.0/server-tools-16.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-auditlog/es_AR/
2022-12-24 21:45:45 +00:00
Weblate
aa4d3c1877
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-16.0/server-tools-16.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-auditlog/
2022-12-22 12:12:27 +00:00
OCA-git-bot
d18deb145b
[UPD] README.rst
2022-12-22 08:49:23 +00:00
oca-ci
0417f1e562
[UPD] Update auditlog.pot
2022-12-22 08:47:06 +00:00
Bert Van Groenendael
3cc5a704e6
[IMP] auditlog: dedicated security groups for model access
2022-11-18 13:54:56 +01:00
Stefan Rijnhart
c8671aa35b
[MIG] auditlog: Migration to 16.0
2022-11-18 13:54:56 +01:00
OCA-git-bot
aec54c72d9
auditlog 15.0.1.1.1
2022-11-18 13:12:58 +01:00
Alexandre Fayolle
272729b9e4
[FIX] auditlog: autovacuum performance
...
Add database indices on the foreign key fields of the auditlog models.
Without these indices, the performance of the autovacuum cron are terrible
because the "ON DELETE SET NULL" trigger has to make a full table scan
on the auditlog_log and auditlog_log_line tables when
auditlog_http_session and auditlog_http_request rows are deleted.
2022-11-18 13:12:58 +01:00
Ignacio Buioli
623e47ef26
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (83 of 83 strings)
Translation: server-tools-15.0/server-tools-15.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auditlog/es_AR/
2022-11-18 13:12:58 +01:00
OCA Transbot
e30e89912b
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-15.0/server-tools-15.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auditlog/
2022-11-18 13:12:58 +01:00
OCA-git-bot
04d888a511
auditlog 15.0.1.1.0
2022-11-18 13:12:58 +01:00
oca-ci
258fd0df63
[UPD] Update auditlog.pot
2022-11-18 13:12:58 +01:00
Atchuthan Ubendran
470d8def8a
Add option to Eliminate user and fields in audit logs
2022-11-18 13:12:58 +01:00
Ignacio Buioli
9018e8414f
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (81 of 81 strings)
Translation: server-tools-15.0/server-tools-15.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-auditlog/es_AR/
2022-11-18 13:12:58 +01:00
OCA-git-bot
687ed53545
[UPD] README.rst
2022-11-18 13:12:58 +01:00
oca-ci
97128f208e
[UPD] Update auditlog.pot
2022-11-18 13:12:58 +01:00
BT-vgabor
6dfa4ae522
[MIG] auditlog: Migration to 15.0
2022-11-18 13:12:58 +01:00
BT-vgabor
3059c6b20c
[IMP] auditlog: black, isort, prettier
2022-11-18 13:12:58 +01:00
OCA Transbot
d7d8eeb548
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-14.0/server-tools-14.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-auditlog/
2022-11-18 13:12:58 +01:00
OCA-git-bot
6808693669
auditlog 14.0.1.2.0
2022-11-18 13:12:58 +01:00
OCA-git-bot
f7db93fd0d
[UPD] README.rst
2022-11-18 13:12:58 +01:00
oca-travis
eba2417e72
[UPD] Update auditlog.pot
2022-11-18 13:12:58 +01:00
Kitti U
06e4130b33
[14.0][IMP] auditlog, add auditlog.log.line view
2022-11-18 13:12:58 +01:00
OCA Transbot
9d802b5507
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-14.0/server-tools-14.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-auditlog/
2022-11-18 13:12:58 +01:00
OCA-git-bot
37b187a75f
[UPD] README.rst
2022-11-18 13:12:58 +01:00
oca-travis
1c29211cce
[UPD] Update auditlog.pot
2022-11-18 13:12:58 +01:00
Bhavesh Odedra
bf727fc6a5
[ADD] auditlog: test case for capture record
2022-11-18 13:12:58 +01:00
Bhavesh Odedra
2ab065271d
[ADD] auditlog: enable to track Unlink record
2022-11-18 13:12:57 +01:00
OCA-git-bot
cc42565123
auditlog 14.0.1.1.1
2022-11-18 13:12:57 +01:00
Stefan Rijnhart
b36c4bf935
[FIX] auditlog: invalid XML
...
Fixes #2086
2022-11-18 13:12:57 +01:00
OCA Transbot
b3126e922a
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-14.0/server-tools-14.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-auditlog/
2022-11-18 13:12:57 +01:00
OCA-git-bot
62a4bd4ff5
[UPD] README.rst
2022-11-18 13:12:57 +01:00
oca-travis
c2d609132f
[UPD] Update auditlog.pot
2022-11-18 13:12:57 +01:00
Pieter Paulussen
3b73d50906
[IMP] auditlog: prevent cascading delete of logs when models or fields are unlinked
...
When a field or a model is unlinked, keep the related audit logs. Denormalize
the field and model info on the logs and log lines so that the information
is still available after the deletion of the related data model.
Also, to improve the performance of the deletion of fields and models,
add indexes on the log's model_id and log line's field_id.
Co-Authored-By: Stefan Rijnhart <stefan@opener.am>
2022-11-18 13:12:57 +01:00