Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
10642 Widoki

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).

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
gru 23
1879
3
kwi 18
5157
1
mar 15
6210
0
gru 16
3422
2
paź 23
2279