コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
10735 ビュー

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

アバター
破棄
関連投稿 返信 ビュー 活動
2
12月 23
2065
3
4月 18
5326
1
3月 15
6326
0
12月 16
3517
2
10月 23
2360