mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
7 lines
231 B
Python
7 lines
231 B
Python
from ..sql_db import Cursor
|
|
|
|
def is_initialized(cr: Cursor) -> bool: ...
|
|
def initialize(cr: Cursor) -> None: ...
|
|
def create_categories(cr: Cursor, categories: list[str]) -> int | None: ...
|
|
def has_unaccent(cr: Cursor) -> bool: ...
|