From 317f683662a1f7a209067fb1712143fc6d987142 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 7 May 2023 16:14:00 +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 945080d..90741fa 100644 --- a/odoo-stubs/models.pyi +++ b/odoo-stubs/models.pyi @@ -71,7 +71,7 @@ class BaseModel(metaclass=MetaModel): _description: str _module: str _custom: bool - _inherit: tuple[str] + _inherit: str | list[str] _inherits: dict[str, str] _table: str _table_query: str | None