Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3410 Vues

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

How can I parse the html text there correctly?

Avatar
Ignorer
Meilleure réponse

Hello Wizardz,


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


Ex.

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


Thanks

Avatar
Ignorer
Publications associées Réponses Vues Activité
2
avr. 23
2889
0
sept. 19
4125
0
août 16
2841
1
mai 16
3579
3
févr. 16
11241