3
0
Fork 0

Update models.py

14.0
Urvisha-OSI 2022-11-14 11:21:40 +05:30 committed by GitHub
parent 3a8e8a2ed9
commit 9dea23fb9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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"