Files
odoo-stubs/odoo-stubs/cli/server.pyi
Trinh Anh Ngoc ed4afbdffe Update stubs
2022-11-05 11:24:46 +07:00

19 lines
445 B
Python

from . import Command
from typing import Any
__author__: Any
__version__: Any
_logger: Any
def check_root_user() -> None: ...
def check_postgres_user() -> None: ...
def report_configuration() -> None: ...
def rm_pid_file(main_pid) -> None: ...
def setup_pid_file() -> None: ...
def export_translation() -> None: ...
def import_translation() -> None: ...
def main(args) -> None: ...
class Server(Command):
def run(self, args) -> None: ...