mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] base_exception_user: always set exceptions_summary in computed field
H7674
This commit is contained in:
@@ -22,3 +22,5 @@ class BaseException(models.AbstractModel):
|
|||||||
for e in rec.exception_ids
|
for e in rec.exception_ids
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
else:
|
||||||
|
rec.exceptions_summary = False
|
||||||
|
|||||||
Reference in New Issue
Block a user