mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update
This commit is contained in:
@@ -49,7 +49,6 @@ class WebRequest:
|
|||||||
@property
|
@property
|
||||||
def session(self) -> OpenERPSession: ...
|
def session(self) -> OpenERPSession: ...
|
||||||
def __enter__(self): ...
|
def __enter__(self): ...
|
||||||
uid: Any = ...
|
|
||||||
def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: ...
|
def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: ...
|
||||||
def set_handler(self, endpoint: Any, arguments: Any, auth: Any) -> None: ...
|
def set_handler(self, endpoint: Any, arguments: Any, auth: Any) -> None: ...
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user