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: ...
|
) -> Environment: ...
|
||||||
def ref(self, xml_id, raise_if_not_found: bool = ...): ...
|
def ref(self, xml_id, raise_if_not_found: bool = ...): ...
|
||||||
@property
|
@property
|
||||||
def user(self) -> "Users": ...
|
def user(self) -> Users: ...
|
||||||
@property
|
@property
|
||||||
def lang(self) -> str: ...
|
def lang(self) -> str: ...
|
||||||
def do_in_draft(self): ...
|
def do_in_draft(self): ...
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ class WebRequest:
|
|||||||
endpoint: Any
|
endpoint: Any
|
||||||
endpoint_arguments: Any
|
endpoint_arguments: Any
|
||||||
auth_method: Any
|
auth_method: Any
|
||||||
website: "Website"
|
website: Website
|
||||||
def __init__(self, httprequest) -> None: ...
|
def __init__(self, httprequest) -> None: ...
|
||||||
@property
|
@property
|
||||||
def cr(self) -> Cursor: ...
|
def cr(self) -> Cursor: ...
|
||||||
|
|||||||
Reference in New Issue
Block a user