Skip to Content
Menú
This question has been flagged
2 Respostes
4235 Vistes

Can someone please tell me how to enable user tips in V7? It was a simple check-mark in V6.1 but I am not able to find the corresponding function in V7.

Thank you in advance

Avatar
Descartar
Best Answer

Now you can view it by hovering on the label if it has any help tooltip.

You can add help tooltip in py by

_columns = {
        'example':  fields.char('Example', help="Example Help message."),
    }

Avatar
Descartar
Best Answer

Are user tips gone in Version 7?

No, you still can hover at any label and get the tooltip if available.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de març 25
7382
1
de maig 15
5633
1
de des. 17
3453
1
de març 16
4314
0
de març 15
5262