From 505cd8becb0bf6c72c6cc016360ee3c839f6dfa8 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Tue, 12 Sep 2023 15:49:00 +0700 Subject: [PATCH] Update stubs --- odoo-stubs/tools/mail.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/odoo-stubs/tools/mail.pyi b/odoo-stubs/tools/mail.pyi index cf00b33..7cbd439 100644 --- a/odoo-stubs/tools/mail.pyi +++ b/odoo-stubs/tools/mail.pyi @@ -56,6 +56,7 @@ def email_split_tuples(text: str) -> list[str]: ... def email_split(text: str) -> list[str]: ... def email_split_and_format(text: str) -> list[str]: ... def email_normalize(text: str, strict: bool = ...) -> str | Literal[False]: ... +def email_normalize_all(text: str) -> list[str]: ... def email_domain_extract(email: str) -> str | Literal[False]: ... def email_domain_normalize(domain: str) -> str | Literal[False]: ... def url_domain_extract(url: str) -> str | Literal[False]: ...