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

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

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

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

Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de des. 23
1881
3
d’abr. 18
5182
1
de març 15
6247
0
de des. 16
3445
2
d’oct. 23
2303