I have inherited hr.holidays module and create new module.Override write method of hr.holidays model and add some new functionality in this method. Remove call super method from new write method using
Existing
return super(hr_holidays,self).write(cr, uid, ids, vals, contex=None)
Repalce with
osv.osv.write(self,cr,uid,ids,vals,context=contex)
After this changes track_visibility log is not created in message_chatter box