Closed yajo closed 2 years ago
In Odoo 15.0, support for flanker has been included.
See https://github.com/odoo/odoo/blob/a7f7233e0eae8ee101d745a9813cba930fd03dcb/addons/mail/tools/mail_validation.py#L11-L27
Without this, we get these logs:
odoo.addons.mail.tools.mail_validation: The `flanker` Python module is not installed,so email validation fallback to email_normalize. Use 'pip install flanker' to install it
@moduon MT-221
In Odoo 15.0, support for flanker has been included.
See https://github.com/odoo/odoo/blob/a7f7233e0eae8ee101d745a9813cba930fd03dcb/addons/mail/tools/mail_validation.py#L11-L27
Without this, we get these logs:
@moduon MT-221