I searching a way to parse the incoming mail to odoo - helpdesk.
How can I parse the html text there correctly?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
|
2995 | ||
|
0
9월 19
|
4294 | ||
|
0
8월 16
|
2910 | ||
|
1
5월 16
|
3661 | ||
|
3
2월 16
|
11326 |