Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
10711 Visninger

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
Kassér
Bedste svar

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
Kassér
Bedste svar

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

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
2
dec. 23
1949
3
apr. 18
5225
1
mar. 15
6274
0
dec. 16
3475
2
okt. 23
2322