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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
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
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Sep 23
|
1524 | ||
Assertion Error, "Field is without Selection"
Diselesaikan
|
|
4
Jul 23
|
6869 | |
|
1
Jun 25
|
1526 | ||
|
3
Jul 25
|
3209 | ||
|
1
Mei 25
|
1356 |