Browse Source

Merge PR #1985 into 12.0

Signed-off-by StefanRijnhart
12.0-mig-module_prototyper_last
OCA-git-bot 3 years ago
parent
commit
06f10f6c78
  1. 2
      auditlog/models/rule.py

2
auditlog/models/rule.py

@ -235,7 +235,7 @@ class AuditlogRule(models.Model):
# their values exist in cache.
new_values = {}
fields_list = rule_model.get_auditlog_fields(self)
for new_record in new_records:
for new_record in new_records.sudo():
new_values.setdefault(new_record.id, {})
for fname, field in new_record._fields.items():
if fname not in fields_list:

Loading…
Cancel
Save