mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs
This commit is contained in:
@@ -80,7 +80,7 @@ class Environment(Mapping):
|
||||
) -> Environment: ...
|
||||
def ref(self, xml_id, raise_if_not_found: bool = ...): ...
|
||||
@property
|
||||
def user(self) -> "Users": ...
|
||||
def user(self) -> Users: ...
|
||||
@property
|
||||
def lang(self) -> str: ...
|
||||
def do_in_draft(self): ...
|
||||
|
||||
@@ -33,7 +33,7 @@ class WebRequest:
|
||||
endpoint: Any
|
||||
endpoint_arguments: Any
|
||||
auth_method: Any
|
||||
website: "Website"
|
||||
website: Website
|
||||
def __init__(self, httprequest) -> None: ...
|
||||
@property
|
||||
def cr(self) -> Cursor: ...
|
||||
|
||||
Reference in New Issue
Block a user