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.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
abr 23
|
2768 | ||
|
0
sept 19
|
4002 | ||
|
0
ago 16
|
2778 | ||
|
1
may 16
|
3449 | ||
|
3
feb 16
|
11135 |