server-tools/auditlog/tests
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 [MIG] auditlog: Migration to 11.0 2022-11-18 13:12:57 +01:00
test_auditlog.py FIX: auditlog consistency with Many2one fields 2023-09-11 12:49:02 +02:00
test_autovacuum.py [IMP] auditlog: black, isort, prettier 2022-11-18 13:12:57 +01:00