From 9dea23fb9c3b78e20c58f54a594a4643bd72da66 Mon Sep 17 00:00:00 2001 From: Urvisha-OSI <110445167+Urvisha-OSI@users.noreply.github.com> Date: Mon, 14 Nov 2022 11:21:40 +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 74228dc57..7f46fdeb2 100644 --- a/web_access_rule_buttons/models/models.py +++ b/web_access_rule_buttons/models/models.py @@ -5,7 +5,7 @@ from odoo import exceptions, models class Base(models.AbstractModel): - """The base model, which is implicitly inherited by all models.""" + """ The base model, which is implicitly inherited by all models. """ _inherit = "base"