Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-05-14 17:12:48 +07:00
parent 49af1fc648
commit d6ceac2e8b

View File

@@ -482,7 +482,6 @@ class One2many(_RelationalMulti):
_description_relation_field: str | None
def update_db(self, model: BaseModel, columns) -> None: ...
def get_domain_list(self, records: BaseModel): ...
def __get__(self, records: BaseModel, owner) -> BaseModel: ...
def read(self, records: BaseModel): ...
def write_real(self, records_commands_list: _CommandList, create: bool = ...): ...
def write_new(self, records_commands_list: _CommandList): ...