From ef4774ee1fbacd8c4ccc780a06e5e4a020247bec Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 14 May 2023 17:13:37 +0700 Subject: [PATCH] Update stubs --- odoo-stubs/fields.pyi | 1 - 1 file changed, 1 deletion(-) diff --git a/odoo-stubs/fields.pyi b/odoo-stubs/fields.pyi index 286e9a9..9399e26 100644 --- a/odoo-stubs/fields.pyi +++ b/odoo-stubs/fields.pyi @@ -456,7 +456,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): ...