[IMP]web_field_tooltip: refactoring for v17

This commit is contained in:
manu
2024-07-24 17:59:29 +02:00
parent e74989d55f
commit 4e592d7339
14 changed files with 89 additions and 248 deletions

View File

@@ -1,2 +1,2 @@
This module gives the possibility to add tooltips next to fields labels
on any field of a model. The tooltip displays an html field.
on any field of a model.

View File

@@ -7,5 +7,5 @@ To use this module, you need to:
- You can also go directly on the form view of a model on which you want
to add a tooltip and use the Manage tooltips Action to add a new
tooltip, or edit or delete existing tooltips for this model.
- For manager users, they can decide to display an helper to add a
- For manager users, they can decide to display a helper to add a
tooltip on a field as some fields are not displayed with a label.