mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update
This commit is contained in:
@@ -10,6 +10,8 @@ import werkzeug.wrappers
|
|||||||
from .api import Environment
|
from .api import Environment
|
||||||
from .sql_db import Cursor
|
from .sql_db import Cursor
|
||||||
|
|
||||||
|
_env = Environment()
|
||||||
|
|
||||||
rpc_request: Any
|
rpc_request: Any
|
||||||
rpc_response: Any
|
rpc_response: Any
|
||||||
STATIC_CACHE: Any
|
STATIC_CACHE: Any
|
||||||
@@ -30,6 +32,7 @@ class WebRequest:
|
|||||||
endpoint: Any = ...
|
endpoint: Any = ...
|
||||||
endpoint_arguments: Any = ...
|
endpoint_arguments: Any = ...
|
||||||
auth_method: Any = ...
|
auth_method: Any = ...
|
||||||
|
website = _env['website']
|
||||||
def __init__(self, httprequest: Any) -> None: ...
|
def __init__(self, httprequest: Any) -> None: ...
|
||||||
@property
|
@property
|
||||||
def cr(self) -> Cursor: ...
|
def cr(self) -> Cursor: ...
|
||||||
|
|||||||
Reference in New Issue
Block a user