Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
4328 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Meilleure réponse

Are user tips gone in Version 7?

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

Avatar
Ignorer
Publications associées Réponses Vues Activité
2
mars 25
7542
1
mai 15
5742
1
déc. 17
3527
1
mars 16
4438
0
mars 15
5384