mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update
This commit is contained in:
@@ -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 _
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user