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
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
2
abr 23
|
3713 | |||
|
0
sept 19
|
5138 | |||
|
0
ago 16
|
3372 | |||
|
1
may 16
|
4271 | |||
|
3
feb 16
|
11956 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.