mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs for Odoo 15
This commit is contained in:
@@ -7,11 +7,10 @@ RPC_FAULT_CODE_WARNING: int
|
||||
RPC_FAULT_CODE_ACCESS_DENIED: int
|
||||
RPC_FAULT_CODE_ACCESS_ERROR: int
|
||||
|
||||
def xmlrpc_handle_exception_int(e: Any): ...
|
||||
def xmlrpc_handle_exception_string(e: Any): ...
|
||||
def _patch_xmlrpc_marshaller() -> None: ...
|
||||
def application_unproxied(environ: Any, start_response: Any): ...
|
||||
def xmlrpc_handle_exception_int(e): ...
|
||||
def xmlrpc_handle_exception_string(e): ...
|
||||
def application_unproxied(environ, start_response): ...
|
||||
|
||||
ProxyFix: Any
|
||||
|
||||
def application(environ: Any, start_response: Any): ...
|
||||
def application(environ, start_response): ...
|
||||
|
||||
Reference in New Issue
Block a user