Update request attributes

This commit is contained in:
Trinh Anh Ngoc
2022-05-12 15:22:18 +07:00
parent 98a7157fa6
commit d005b002ee

View File

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