Skip to Content
मेन्यू
This question has been flagged

Hello everyone,

I want to add sanitize = False to a html field in mail.message.

My code looks like:

class add_sanitize_to_body(models.Model):
        _inherit = "mail.message"
        _columns = { 'body': fields.html('Contents', help ='Non sanitized HTML contents', sanitize = False)}


But my content always gets sanitized.
If I add the sanitize = False in mail.message to body it works?

I have no more idea what to try.


Regards,
Flo


Avatar
Discard
Related Posts Replies Views Activity
0
मार्च 16
3373
0
दिस॰ 15
4407
1
जुल॰ 15
3487
1
अक्तू॰ 22
6794
2
अग॰ 22
14253