This commit is contained in:
Trinh Anh Ngoc
2023-05-19 21:18:00 +07:00
parent 2e239206a5
commit 9908de7205
2 changed files with 3 additions and 3 deletions

View File

@@ -5,9 +5,9 @@ from typing import Any, Optional
import xlsxwriter
import xlwt
from odoo.loglevels import exception_to_unicode as exception_to_unicode
from odoo.loglevels import get_encodings as get_encodings
from ..loglevels import exception_to_unicode as exception_to_unicode
from ..loglevels import get_encodings as get_encodings
from .cache import *
SKIPPED_ELEMENT_TYPES: Any

View File

@@ -1,6 +1,6 @@
from typing import Any, Optional
from odoo.tools.misc import file_open as file_open
from .misc import file_open as file_open
def check_with_xsd(tree_or_str, stream) -> None: ...
def create_xml_node_chain(