From dd22bb1eff500f1d52f0306d6a7bbcbe31aefbab Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Wed, 19 Oct 2022 10:32:30 +0700 Subject: [PATCH] Update stubs --- odoo-stubs/modules/registry.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/odoo-stubs/modules/registry.pyi b/odoo-stubs/modules/registry.pyi index 5b6a32d..b645be4 100644 --- a/odoo-stubs/modules/registry.pyi +++ b/odoo-stubs/modules/registry.pyi @@ -44,6 +44,7 @@ class Registry(Mapping[str, type[BaseModel]]): _invalidation_flags: threading.local has_unaccent: bool has_trigram: bool + populated_models: dict[str, list[int]] def init(self, db_name: str) -> None: ... @classmethod def delete(cls, db_name: str) -> None: ...