diff --git a/odoo-stubs/__init__.pyi b/odoo-stubs/__init__.pyi index 1c79de1..a9c141d 100644 --- a/odoo-stubs/__init__.pyi +++ b/odoo-stubs/__init__.pyi @@ -1,19 +1 @@ -# Stubs for odoo (Python 3) -# -# NOTE: This dynamically typed stub was automatically generated by stubgen. - -from typing import Any, Optional - -__path__: Any -evented: bool - -def gevent_wait_callback(conn: Any, timeout: Optional[Any] = ...) -> None: ... - -multi_process: bool -SUPERUSER_ID: int - -def registry(database_name: Optional[Any] = ...): ... - -from . import (addons, exceptions, conf, loglevels, modules, netsvc, osv, release, - service, sql_db, tools, models, fields, api, cli, http) -from .tools.translate import _ as _ +def __getattr__(name): ... diff --git a/odoo-stubs/models.pyi b/odoo-stubs/models.pyi index f479153..560870b 100644 --- a/odoo-stubs/models.pyi +++ b/odoo-stubs/models.pyi @@ -1,7 +1,7 @@ # Stubs for odoo.models (Python 3) # # NOTE: This dynamically typed stub was automatically generated by stubgen. -import datetime + from collections import MutableMapping from typing import Any, Optional, List, Union, Sequence, Tuple, Dict, Generator