mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
@@ -35,9 +35,7 @@ class Field(MetaField('DummyField', (object,), {})):
|
|||||||
_sequence: Any = ...
|
_sequence: Any = ...
|
||||||
args: Any = ...
|
args: Any = ...
|
||||||
_setup_done: Any = ...
|
_setup_done: Any = ...
|
||||||
def __init__(self, string: str, help: str, readonly: bool, required: bool, index: bool, default: Any,
|
def __init__(self, string: Any = ..., **kwargs: Any) -> None: ...
|
||||||
states: dict, groups: str, copy: bool, oldname: bool, group_operator: str,
|
|
||||||
compute: Any, inverse: Any, search: Any, store: bool, compute_sudo: bool, **kwargs: Any) -> None: ...
|
|
||||||
def new(self, **kwargs: Any): ...
|
def new(self, **kwargs: Any): ...
|
||||||
def __getattr__(self, name: Any): ...
|
def __getattr__(self, name: Any): ...
|
||||||
_attrs: Any = ...
|
_attrs: Any = ...
|
||||||
|
|||||||
Reference in New Issue
Block a user