Skip to Content
Menu
This question has been flagged
2 Replies
4231 Views

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
Discard
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
Discard
Best Answer

Are user tips gone in Version 7?

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

Avatar
Discard
Related Posts Replies Views Activity
2
Mar 25
7378
1
May 15
5613
1
Dec 17
3448
1
Mar 16
4306
0
Mar 15
5256