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:
@@ -173,6 +173,9 @@ class Transport(xmlrpclib.Transport):
|
|||||||
def __init__(self, cr: BaseCursor) -> None: ...
|
def __init__(self, cr: BaseCursor) -> None: ...
|
||||||
def request(self, *args, **kwargs): ...
|
def request(self, *args, **kwargs): ...
|
||||||
|
|
||||||
|
class No404Filter(logging.Filter):
|
||||||
|
def filter(self, record): ...
|
||||||
|
|
||||||
class HttpCase(TransactionCase):
|
class HttpCase(TransactionCase):
|
||||||
registry_test_mode: bool
|
registry_test_mode: bool
|
||||||
browser: ChromeBrowser
|
browser: ChromeBrowser
|
||||||
|
|||||||
Reference in New Issue
Block a user