forked from Techsystech/web
Update models.py
parent
3a8e8a2ed9
commit
9dea23fb9c
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue