Update models.py

This commit is contained in:
Urvisha-OSI
2022-11-14 11:21:40 +05:30
committed by GitHub
parent 3a8e8a2ed9
commit 9dea23fb9c

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"