Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-05-14 17:13:14 +07:00
parent dd2b9bfc08
commit 4439a14894

View File

@@ -449,7 +449,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): ...