mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user