跳至内容
菜单
此问题已终结
1 回复
3682 查看

I searching a way to parse the incoming mail to odoo - helpdesk.

How can I parse the html text there correctly?

形象
丢弃
最佳答案

Hello Wizardz,


You Customize the Method and use Regular Expression to Parse html text


Ex.

plain_text = re.compile(r'<.*?>').sub('','your text')


Thanks

形象
丢弃
相关帖文 回复 查看 活动
2
4月 23
3291
0
9月 19
4638
0
8月 16
3109
1
5月 16
3905
3
2月 16
11591