server-tools/auditlog/models
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
..
__init__.py [IMP] auditlog: make the line views using a non auto model 2022-12-28 13:57:39 +01:00
auditlog_log_line_view.py [IMP] auditlog: make the line views using a non auto model 2022-12-28 13:57:39 +01:00
autovacuum.py [FIX] auditlog: Allow passing a chunk size for autovacuum 2023-01-16 13:43:45 +01:00
http_request.py [FIX] auditlog: autovacuum performance 2022-11-18 13:12:58 +01:00
http_session.py [IMP] auditlog: black, isort, prettier 2022-11-18 13:12:57 +01:00
log.py [IMP] auditlog: make the line views using a non auto model 2022-12-28 13:57:39 +01:00
rule.py FIX: auditlog consistency with Many2one fields 2023-09-11 12:49:02 +02:00