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

I'd like to know if it's possible to create a hover panel like the field's one, but in a button.

If I hover the mouse in the button, I want to see a help message like in the field, in other words, I want to see an odoo help message instead of a browser help message(HTML).

Avatar
Descartar
Mejor respuesta

Hi,

Add your help message to the xml attribute help like this:

<button  name="name" type="object" string="Generate"  help="your help message"/>

Best regards

Avatar
Descartar
Mejor respuesta

use <button name=" " type ="object/action" help="your message "/> in XML

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
dic 23
1881
3
abr 18
5179
1
mar 15
6245
0
dic 16
3443
2
oct 23
2301