From 3a8e8a2ed9e2215646f3a22e864635ab80b59aef Mon Sep 17 00:00:00 2001 From: Urvisha-OSI <110445167+Urvisha-OSI@users.noreply.github.com> Date: Mon, 14 Nov 2022 11:17:18 +0530 Subject: [PATCH] Update models.py --- web_access_rule_buttons/models/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_access_rule_buttons/models/models.py b/web_access_rule_buttons/models/models.py index ed43cb817..74228dc57 100644 --- a/web_access_rule_buttons/models/models.py +++ b/web_access_rule_buttons/models/models.py @@ -10,7 +10,7 @@ class Base(models.AbstractModel): _inherit = "base" def check_access_rule_all(self, operations=None): - """Verifies that the operation given by ``operations`` is allowed for + """ Verifies that the operation given by ``operations`` is allowed for the user according to ir.rules. If ``operations`` is empty, it returns the result for all actions.