I'm new to Odoo development. I want to add tooltip to show the contents of the hovered field in a tree view.
For example, In Employees List view , when we hover on a name or email id, a tooltip appears with the values of that field.
Also would like to know if the tooltip can show only field content or even any computed values?