Update stubs

This commit is contained in:
Trinh Anh Ngoc
2024-04-09 16:51:36 +07:00
parent 61f85a09e2
commit 399087359f

View File

@@ -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