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"