mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
8 lines
414 B
Python
8 lines
414 B
Python
from odoo.tools.misc import file_open as file_open
|
|
from typing import Any, Optional
|
|
|
|
def check_with_xsd(tree_or_str: Any, stream: Any) -> None: ...
|
|
def _check_with_xsd(tree_or_str: Any, stream: Any) -> None: ...
|
|
def create_xml_node_chain(first_parent_node: Any, nodes_list: Any, last_node_value: Optional[Any] = ...): ...
|
|
def create_xml_node(parent_node: Any, node_name: Any, node_value: Optional[Any] = ...): ...
|