Skip to Content
मेन्यू
This question has been flagged
1 Reply
4799 Views

I want to track changes on my html fields. It doesn't work with the usual code.

class ProductTemplateInherited(models.Model):    
_name = "product.template"    
_inherit = ['product.template', 'mail.thread']   
test_html = fields.Html(string="test", translate=True, sanitize=False, track_visibility='always')

For selections or checkboxes etc. it works as usual. Is there a way to make it work for html fields aswell? 

Avatar
Discard
Best Answer

Html field doesn't support track visibility 
ref: https://github.com/odoo/odoo/blob/12.0/addons/mail/models/mail_tracking_value.py#L43
you may try text field with widget html

Avatar
Discard
Related Posts Replies Views Activity
0
जुल॰ 21
2306
3
अग॰ 24
7475
0
मार्च 25
1163
1
सित॰ 24
4322
2
दिस॰ 23
14663