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:
@@ -208,7 +208,7 @@ class Form:
|
|||||||
_OPS: Any
|
_OPS: Any
|
||||||
def _get_context(self, field): ...
|
def _get_context(self, field): ...
|
||||||
def __setattr__(self, field, value) -> None: ...
|
def __setattr__(self, field, value) -> None: ...
|
||||||
def __enter__(self): ...
|
def __enter__(self) -> Form: ...
|
||||||
def __exit__(self, etype, _evalue, _etb) -> None: ...
|
def __exit__(self, etype, _evalue, _etb) -> None: ...
|
||||||
def save(self): ...
|
def save(self): ...
|
||||||
def _values_to_save(self, all_fields: bool = ...): ...
|
def _values_to_save(self, all_fields: bool = ...): ...
|
||||||
|
|||||||
Reference in New Issue
Block a user