Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
10645 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Melhor resposta

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

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
dez. 23
1880
3
abr. 18
5159
1
mar. 15
6213
0
dez. 16
3422
2
out. 23
2279