From b6fb491b6aff1975000099c6af4333ebc43fcd80 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Tue, 14 Mar 2023 14:51:09 +0700 Subject: [PATCH] Update stubs --- odoo-stubs/models.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo-stubs/models.pyi b/odoo-stubs/models.pyi index 0b849af..6230401 100644 --- a/odoo-stubs/models.pyi +++ b/odoo-stubs/models.pyi @@ -59,7 +59,7 @@ class OriginIds: def expand_ids(id0: _T, ids: Iterable) -> Iterator[_T]: ... -IdType: tuple[type[int], type[str], type[NewId]] +IdType: tuple[type[int], type[NewId]] PREFETCH_MAX: int LOG_ACCESS_COLUMNS: list[str] MAGIC_COLUMNS: list[str]