diff --git a/odoo-stubs/models.pyi b/odoo-stubs/models.pyi index 67d9ce2..6faf636 100644 --- a/odoo-stubs/models.pyi +++ b/odoo-stubs/models.pyi @@ -78,6 +78,7 @@ class BaseModel(MetaModel('DummyModel', (object,), {'_register': False})): _transient_check_count: int = ... _transient_max_count: Any = ... _transient_max_hours: Any = ... + _fields: Dict[str, fields.Field] env: Environment = ... pool: Registry id = fields.Id()