From 1e84160a2afe4b5b2e8d07c3f807dfd0274d7d68 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 7 May 2023 16:14:50 +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 e9be345..abcf19a 100644 --- a/odoo-stubs/models.pyi +++ b/odoo-stubs/models.pyi @@ -67,7 +67,7 @@ class BaseModel(metaclass=MetaModel): _name: str _description: str _custom: bool - _inherit: tuple[str] + _inherit: str | list[str] _inherits: dict[str, str] _table: str _table_query: str | None