[IMP] base_exception_user: always set exceptions_summary in computed field

H7674
This commit is contained in:
Cedric Collins
2021-09-24 11:16:12 -05:00
parent 7e42315e69
commit 464404db1a

View File

@@ -22,3 +22,5 @@ class BaseException(models.AbstractModel):
for e in rec.exception_ids
]
)
else:
rec.exceptions_summary = False