mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update test form stub
This commit is contained in:
@@ -167,7 +167,7 @@ class Form:
|
||||
_OPS: Any = ...
|
||||
def _get_context(self, field: Any): ...
|
||||
def __setattr__(self, field: Any, value: Any) -> None: ...
|
||||
def __enter__(self): ...
|
||||
def __enter__(self) -> Form: ...
|
||||
def __exit__(self, etype: Any, _evalue: Any, _etb: Any) -> None: ...
|
||||
def save(self): ...
|
||||
def _values_to_save(self, all_fields: bool = ...): ...
|
||||
|
||||
Reference in New Issue
Block a user