Update request attributes

This commit is contained in:
Trinh Anh Ngoc
2022-05-12 15:25:55 +07:00
parent 807df75b70
commit 1621c7e7e9

View File

@@ -31,8 +31,8 @@ class WebRequest:
endpoint: Any = ...
endpoint_arguments: Any = ...
auth_method: Any = ...
website = Environment()['website']
lang = Environment()['res.lang']
website = Environment['website']
lang = Environment['res.lang']
_cr: Cursor = ...
_uid: int = ...
_context: dict = ...