Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
3600 มุมมอง

Is there a way to display an information panel while hovering over an item in a selection list? I'm using Odoo 15.0. I want it so when a user has their mouse hovering over an item in the selection list an information box displays information about the item they are hovering over.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

I don't know if you can show an individual tooltip for every item, but you can add a generic one that explain every one in the selection field with the help attribute.

state = fields.Selection([...], required=True, help="Blah blah blah")

https://www.odoo.com/documentation/15.0/developer/reference/backend/orm.html#odoo.fields.Field



อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi Nolan Johnston,

I don't think there is a direct option to add tooltip for selection items. I have found a similar question, that might help with your requirement. 

https://www.odoo.com/forum/help-1/how-to-create-a-function-to-set-dynamic-tooltip-for-field-60320

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
ก.ย. 23
1589
4
ก.ค. 23
6950
1
มิ.ย. 25
1708
3
ก.ค. 25
3332
1
พ.ค. 25
1474