mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
12 lines
341 B
Python
12 lines
341 B
Python
from typing import Any
|
|
|
|
_logger: Any
|
|
PG_CONCURRENCY_ERRORS_TO_RETRY: Any
|
|
MAX_TRIES_ON_CONCURRENCY_FAILURE: int
|
|
|
|
def dispatch(method, params): ...
|
|
def check(f): ...
|
|
def execute_cr(cr, uid, obj, method, *args, **kw): ...
|
|
def execute_kw(db, uid, obj, method, args, kw: Any | None = ...): ...
|
|
def execute(db, uid, obj, method, *args, **kw): ...
|