From bcd2369b94b416c21a2d3f4bb0d347768b96bab7 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 14 May 2023 17:12:03 +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 e6ec96e..4eef83a 100644 --- a/odoo-stubs/fields.pyi +++ b/odoo-stubs/fields.pyi @@ -557,7 +557,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): ...