From d6ceac2e8bc72661e769b099b6a86b9dcb8d4291 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 14 May 2023 17:12:48 +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 7d53492..c397d65 100644 --- a/odoo-stubs/fields.pyi +++ b/odoo-stubs/fields.pyi @@ -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): ...