mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
9 lines
192 B
Python
9 lines
192 B
Python
from typing import Any
|
|
|
|
_logger: Any
|
|
|
|
def is_initialized(cr: Any): ...
|
|
def initialize(cr: Any) -> None: ...
|
|
def create_categories(cr: Any, categories: Any): ...
|
|
def has_unaccent(cr: Any): ...
|