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:
@@ -559,7 +559,6 @@ class One2many(_RelationalMulti):
|
|||||||
_description_relation_field: str | None
|
_description_relation_field: str | None
|
||||||
def update_db(self, model: BaseModel, columns) -> None: ...
|
def update_db(self, model: BaseModel, columns) -> None: ...
|
||||||
def get_domain_list(self, records: BaseModel): ...
|
def get_domain_list(self, records: BaseModel): ...
|
||||||
def __get__(self, records: BaseModel, owner) -> BaseModel: ...
|
|
||||||
def read(self, records: BaseModel): ...
|
def read(self, records: BaseModel): ...
|
||||||
def write_real(self, records_commands_list: _CommandList, create: bool = ...) -> None: ...
|
def write_real(self, records_commands_list: _CommandList, create: bool = ...) -> None: ...
|
||||||
def write_new(self, records_commands_list: _CommandList): ...
|
def write_new(self, records_commands_list: _CommandList): ...
|
||||||
|
|||||||
Reference in New Issue
Block a user