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:
@@ -162,7 +162,7 @@ class BaseModel(metaclass=MetaModel):
|
|||||||
) -> _ModelT: ...
|
) -> _ModelT: ...
|
||||||
@overload
|
@overload
|
||||||
def search(
|
def search(
|
||||||
self: _ModelT,
|
self,
|
||||||
args,
|
args,
|
||||||
offset: int = ...,
|
offset: int = ...,
|
||||||
limit: Optional[int] = ...,
|
limit: Optional[int] = ...,
|
||||||
|
|||||||
Reference in New Issue
Block a user