mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Add missing Environment attribute
This commit is contained in:
@@ -54,6 +54,7 @@ class Environment(Mapping):
|
||||
@classmethod
|
||||
def manage(cls) -> None: ...
|
||||
def reset(self) -> None: ...
|
||||
all: Transaction
|
||||
transaction: Transaction
|
||||
registry: Registry
|
||||
cache: Cache
|
||||
|
||||
Reference in New Issue
Block a user