Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
10648 Представления

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

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
дек. 23
1880
3
апр. 18
5159
1
мар. 15
6216
0
дек. 16
3424
2
окт. 23
2282