mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs
This commit is contained in:
@@ -78,7 +78,7 @@ class BaseModel(metaclass=MetaModel):
|
|||||||
_description: str
|
_description: str
|
||||||
_module: str
|
_module: str
|
||||||
_custom: bool
|
_custom: bool
|
||||||
_inherit: tuple[str]
|
_inherit: str | list[str]
|
||||||
_inherits: dict[str, str]
|
_inherits: dict[str, str]
|
||||||
_table: str
|
_table: str
|
||||||
_table_query: str | None
|
_table_query: str | None
|
||||||
|
|||||||
Reference in New Issue
Block a user