Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
23515 Vistas

Good morning, My question, please, is how can we put help tooltip message on fields rather than labels (which is by default) so that when the user put the cursor n the textfield the tooltip message appears.

Avatar
Descartar
Mejor respuesta

Hello, in .py side need to put field attribut "help" and your description. For Example

  • 'field_name': fields.char('Field Name', help="here is your tooltip message")

Hope this will help you.

Avatar
Descartar
Autor

This help message will appear on the label 'Field Name', but I want the message appearing on the textfield itself

Then use placeholder="your message" in xml. It will display message in textfield and when you click on that field it will disapper if you write something and vice-versa.

Autor

thank you for this proposition but, what I really want is to have the help message appearing on the field rather than on the label when the user simply move the cursor on the field.

Mejor respuesta

Hi, 

how set dynamically the tooltip message?

by example:  help = "Inventory on hand" + some python code

 

thanks!

Avatar
Descartar

Hi, have you found any solution for this? I also want a dynamic tooltip message.

Thanks.

Publicaciones relacionadas Respuestas Vistas Actividad
0
mar 15
5277
1
mar 15
4267
1
feb 25
3225
1
dic 23
3038
2
mar 15
5465