[FIX] fix access right

pull/2463/head
Sébastien BEAU 2021-02-03 14:04:08 +01:00 committed by matiasperalta1
parent e91d576e5a
commit 13bf702cfd
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{ {
"name": "Exception Rule", "name": "Exception Rule",
"version": "14.0.1.0.0", "version": "14.0.1.0.1",
"category": "Generic Modules", "category": "Generic Modules",
"summary": """ "summary": """
This module provide an abstract model to manage customizable This module provide an abstract model to manage customizable

View File

@ -226,7 +226,7 @@ class BaseExceptionModel(models.AbstractModel):
rec.exceptions_summary = False rec.exceptions_summary = False
def _popup_exceptions(self): def _popup_exceptions(self):
action = self._get_popup_action().read()[0] action = self._get_popup_action().sudo().read()[0]
action.update( action.update(
{ {
"context": { "context": {