This question has been flagged
2 Replies
3882 Views

Hi,

when I send a PO per email (using the template provided), all A HREF tags get "sanitized" rendering the result not in a link, but visible HTML markup. Is there a way to insert HTML links (A tags) in a safe way or turn off sanitizing?

regards, Tilli

Avatar
Discard
Author Best Answer

Hi Michael, what I did was remove the A tags, as the mail clients usually auto-link email addresses and websites anyways. I tried locating the sanitizing code but python sure is a shitty language to debug :) (at least the way it's used in odoo)

Avatar
Discard
Best Answer

I have exactly the same problem - trying to add a credit card payment link through the link designer - which works, but every & in the link is changed to & which renders the link unusable.

Tilfried have you found a solution for this or posted a ticket somewhere?

 

--> Is there a way to exclude A-tags from being sanitized?

--> OR is there a way to disable sanitizing at all?


Avatar
Discard