mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs
This commit is contained in:
@@ -49,7 +49,8 @@ def generate_tracking_message_id(res_id: str) -> str: ...
|
||||
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) -> str | Literal[False]: ...
|
||||
def email_normalize(text: str, force_single: 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]: ...
|
||||
|
||||
Reference in New Issue
Block a user