[FIX] fix access right
parent
e91d576e5a
commit
13bf702cfd
|
@ -5,7 +5,7 @@
|
|||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Exception Rule",
|
||||
"version": "14.0.1.0.0",
|
||||
"version": "14.0.1.0.1",
|
||||
"category": "Generic Modules",
|
||||
"summary": """
|
||||
This module provide an abstract model to manage customizable
|
||||
|
|
|
@ -226,7 +226,7 @@ class BaseExceptionModel(models.AbstractModel):
|
|||
rec.exceptions_summary = False
|
||||
|
||||
def _popup_exceptions(self):
|
||||
action = self._get_popup_action().read()[0]
|
||||
action = self._get_popup_action().sudo().read()[0]
|
||||
action.update(
|
||||
{
|
||||
"context": {
|
||||
|
|
Loading…
Reference in New Issue