Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-05-14 17:11:54 +07:00
parent 541cc28341
commit 5aa66cc3bd

View File

@@ -559,7 +559,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 = ...) -> None: ...
def write_new(self, records_commands_list: _CommandList): ...