mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Update models.py
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user