From 46be6b1f706f3d3899e37a79c1f431a6b6976b68 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 7 May 2023 16:13:23 +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 6230401..1ce2edd 100644 --- a/odoo-stubs/models.pyi +++ b/odoo-stubs/models.pyi @@ -78,7 +78,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