mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs
This commit is contained in:
@@ -1 +1,7 @@
|
||||
from . import common as common, db as db, model as model, server as server, wsgi_server as wsgi_server
|
||||
from typing import Any, Callable
|
||||
|
||||
from . import server as server
|
||||
|
||||
_dispatchers: dict[str, Callable[[str, Any], Any]]
|
||||
|
||||
def dispatch_rpc(service_name: str, method: str, params): ...
|
||||
|
||||
Reference in New Issue
Block a user