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:
@@ -84,6 +84,7 @@ class Stream:
|
||||
self,
|
||||
as_attachment: bool | None = ...,
|
||||
immutable: bool | None = ...,
|
||||
content_security_policy: str = ...,
|
||||
**send_file_kwargs
|
||||
) -> werkzeug.Response: ...
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ from xmlrpc import client as xmlrpclib
|
||||
|
||||
import requests
|
||||
from odoo.addons.base.models.res_users import Users
|
||||
from urllib3.util import Url
|
||||
from websocket import WebSocket
|
||||
|
||||
from ..api import Environment
|
||||
@@ -200,6 +201,10 @@ class HttpCase(TransactionCase):
|
||||
xmlrpc_object: xmlrpclib.ServerProxy
|
||||
opener: Opener
|
||||
def setUp(self) -> None: ...
|
||||
def parse_http_location(self, location: str) -> Url: ...
|
||||
def assertURLEqual(
|
||||
self, test_url: str, truth_url: str, message: str | None = ...
|
||||
) -> None: ...
|
||||
@classmethod
|
||||
def start_browser(cls) -> None: ...
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user