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:
@@ -196,8 +196,9 @@ class HttpCase(TransactionCase):
|
||||
def _wait_remaining_requests(self, timeout: int = ...) -> None: ...
|
||||
def logout(self, keep_db: bool = ...) -> None: ...
|
||||
session: OpenERPSession
|
||||
def authenticate(self, user, password) -> Session: ...
|
||||
def browser_js(self, url_path: str, code: str, ready: str = ..., login: str | None = ..., timeout: int = ..., **kw) -> None: ...
|
||||
def authenticate(self, user, password) -> OpenERPSession: ...
|
||||
def browser_js(self, url_path: str, code: str, ready: str = ..., login: str | None = ..., timeout: int = ...,
|
||||
cookies: Any | None = ..., **kw) -> None: ...
|
||||
@classmethod
|
||||
def base_url(cls) -> str: ...
|
||||
def start_tour(self, url_path: str, tour_name: str, step_delay: float | None = ..., **kwargs) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user