mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update
This commit is contained in:
@@ -61,7 +61,7 @@ class Environment(Mapping):
|
||||
def __eq__(self, other: Any): ...
|
||||
def __ne__(self, other: Any): ...
|
||||
def __hash__(self): ...
|
||||
def __call__(self, cr: Optional[Any] = ..., user: Optional[Any] = ..., context: Optional[Any] = ...): ...
|
||||
def __call__(self, cr: Optional[Any] = ..., user: Optional[Any] = ..., context: Optional[Any] = ...) -> Environment: ...
|
||||
def ref(self, xml_id: Any, raise_if_not_found: bool = ...): ...
|
||||
@property
|
||||
def user(self):
|
||||
|
||||
Reference in New Issue
Block a user