diff --git a/odoo-stubs/http.pyi b/odoo-stubs/http.pyi index 6950508..1ad131f 100644 --- a/odoo-stubs/http.pyi +++ b/odoo-stubs/http.pyi @@ -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 = ...