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:
@@ -316,6 +316,7 @@ class Selection(Field[str]):
|
|||||||
def __init__(
|
def __init__(
|
||||||
self, selection: list | Callable | str = ..., string: str = ..., **kwargs
|
self, selection: list | Callable | str = ..., string: str = ..., **kwargs
|
||||||
) -> None: ...
|
) -> None: ...
|
||||||
|
def _description_selection(self, env: Environment) -> list[tuple[str, str]]: ...
|
||||||
def get_values(self, env: Environment) -> list[str]: ...
|
def get_values(self, env: Environment) -> list[str]: ...
|
||||||
def convert_to_column(
|
def convert_to_column(
|
||||||
self, value, record: BaseModel, values: Any | None = ..., validate: bool = ...
|
self, value, record: BaseModel, values: Any | None = ..., validate: bool = ...
|
||||||
|
|||||||
Reference in New Issue
Block a user