From 3def47b1378cda5d002bf1dbf1e4033840b29109 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Wed, 8 Jul 2020 18:48:36 +0700 Subject: [PATCH] Revert "Update stubs" This reverts commit f618b52a --- odoo-stubs/fields.pyi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/odoo-stubs/fields.pyi b/odoo-stubs/fields.pyi index 2e0ee4a..3574334 100644 --- a/odoo-stubs/fields.pyi +++ b/odoo-stubs/fields.pyi @@ -35,9 +35,7 @@ class Field(MetaField('DummyField', (object,), {})): _sequence: Any = ... args: Any = ... _setup_done: Any = ... - def __init__(self, string: str, help: str, readonly: bool, required: bool, index: bool, default: Any, - states: dict, groups: str, copy: bool, oldname: bool, group_operator: str, - compute: Any, inverse: Any, search: Any, store: bool, compute_sudo: bool, **kwargs: Any) -> None: ... + def __init__(self, string: Any = ..., **kwargs: Any) -> None: ... def new(self, **kwargs: Any): ... def __getattr__(self, name: Any): ... _attrs: Any = ...