mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Add su attribute to env
This commit is contained in:
@@ -49,6 +49,7 @@ class Environment(Mapping):
|
|||||||
cr: Cursor = ...
|
cr: Cursor = ...
|
||||||
uid: int = ...
|
uid: int = ...
|
||||||
context: dict = ...
|
context: dict = ...
|
||||||
|
su: bool = ...
|
||||||
envs: Any
|
envs: Any
|
||||||
@classmethod
|
@classmethod
|
||||||
def manage(cls) -> None: ...
|
def manage(cls) -> None: ...
|
||||||
|
|||||||
Reference in New Issue
Block a user