From 4439a1489427230e9a0326ab8d8bd4acb7ad3b2d Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 14 May 2023 17:13:14 +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 dbf48b5..297ef17 100644 --- a/odoo-stubs/fields.pyi +++ b/odoo-stubs/fields.pyi @@ -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): ...