[FIX] pre-commit issue

This commit is contained in:
Urvisha-OSI
2022-10-31 12:11:23 +05:30
parent c0a8177b19
commit 38fc25b3fd
5 changed files with 2813 additions and 2139 deletions

View File

@@ -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"