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
апр. 23
|
3699 | |||
|
0
сент. 19
|
5125 | |||
|
0
авг. 16
|
3369 | |||
|
1
мая 16
|
4266 | |||
|
3
февр. 16
|
11941 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.