Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
10679 Prikazi

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

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

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
dec. 23
1882
3
apr. 18
5183
1
mar. 15
6251
0
dec. 16
3448
2
okt. 23
2303