You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Up to odoo 10.0, feedparser dependency was optionally used in the cli of vendored html2text.py
(see https://github.com/odoo/odoo/blob/10.0/addons/mail/models/html2text.py#L437)
- Since 11.0 (67c17cb), vendored html2text.py has been removed in favor of maintained package
- Turns out the feedparser part in html2text was dead code for a long time anyway
(see Alir3z4/html2text#220)
- So we can safely drop this dependency
closesodoo#76273
X-original-commit: 271b946
Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
0 commit comments