Revert "Update"

This reverts commit 85d0f928
This commit is contained in:
Trinh Anh Ngoc
2019-12-09 23:19:19 +07:00
parent 85d0f9286a
commit 2a79974775
65 changed files with 0 additions and 2014 deletions

View File

@@ -1,16 +0,0 @@
# Stubs for odoo.service.wsgi_server (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import Any
RPC_FAULT_CODE_CLIENT_ERROR: int
RPC_FAULT_CODE_APPLICATION_ERROR: int
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 application_unproxied(environ: Any, start_response: Any): ...
def application(environ: Any, start_response: Any): ...