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``. |
||
---|---|---|
.. | ||
__init__.py | ||
test_auditlog.py | ||
test_autovacuum.py |