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