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:
@@ -103,7 +103,7 @@ class Transaction:
|
||||
protected: StackMap[Field, set[int]]
|
||||
tocompute: defaultdict[Field, set[int]]
|
||||
towrite: defaultdict[str, dict[int, dict[str, Any]]]
|
||||
def __init__(self, registry: Registry): ...
|
||||
def __init__(self, registry: Registry) -> None: ...
|
||||
def flush(self) -> None: ...
|
||||
def clear(self) -> None: ...
|
||||
def reset(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user