mirror of https://github.com/OCA/web.git
Update models.py
parent
3a8e8a2ed9
commit
9dea23fb9c
|
@ -5,7 +5,7 @@ from odoo import exceptions, models
|
||||||
|
|
||||||
|
|
||||||
class Base(models.AbstractModel):
|
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"
|
_inherit = "base"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue