Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-03-13 21:03:01 +07:00
parent 632aa0dc1f
commit a7bf0afd6a
13 changed files with 171 additions and 92 deletions

View File

@@ -20,3 +20,4 @@ def load_xsd_files_from_url(env: Environment, url: str, file_name: str, force_re
modify_xsd_content: Callable[[bytes], bytes] | None = ...) -> 'odoo.model.ir_attachment | Literal[False]': ...
def validate_xml_from_attachment(env: Environment, xml_content, xsd_name: str, reload_files_function: Callable | None = ...,
prefix: str | None = ...) -> None: ...
def find_xml_value(xpath, xml_element: _Element, namespaces = ...) -> str | None: ...