This commit is contained in:
Trinh Anh Ngoc
2019-12-13 09:20:11 +07:00
parent 39df32d2ff
commit 1277467dfb
2 changed files with 2 additions and 20 deletions

View File

@@ -1,19 +1 @@
# Stubs for odoo (Python 3) def __getattr__(name): ...
#
# 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 _

View File

@@ -1,7 +1,7 @@
# Stubs for odoo.models (Python 3) # Stubs for odoo.models (Python 3)
# #
# NOTE: This dynamically typed stub was automatically generated by stubgen. # NOTE: This dynamically typed stub was automatically generated by stubgen.
import datetime
from collections import MutableMapping from collections import MutableMapping
from typing import Any, Optional, List, Union, Sequence, Tuple, Dict, Generator from typing import Any, Optional, List, Union, Sequence, Tuple, Dict, Generator