From e53e51ad53c4c71477be31f828762423fc6d080a Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 7 May 2023 16:15:11 +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 b21f9d4..8e4d214 100644 --- a/odoo-stubs/models.pyi +++ b/odoo-stubs/models.pyi @@ -65,7 +65,7 @@ class BaseModel(metaclass=MetaModel): _name: str _description: str _custom: bool - _inherit: tuple[str] + _inherit: str | list[str] _inherits: dict[str, str] _table: str _sequence: str | None