[ADD] web_field_tooltip

This commit is contained in:
Benoit Aimont
2023-07-03 16:03:06 +02:00
committed by manu
parent 248dd3d182
commit 1299bc9311
21 changed files with 1347 additions and 0 deletions

View File

@@ -0,0 +1 @@
* Benoit Aimont <benoit.aimont@acsone.eu> (https://www.acsone.eu/)

View File

@@ -0,0 +1,3 @@
This module gives the possibility to add tooltips next to fields labels on any
field of a model. The tooltip displays an html field that can contain links and
the name of the user that last updated it.

View File

@@ -0,0 +1,16 @@
To use this module, you need to:
* Go to Settings / Technical / Database Structure / Fields Tooltips and
configure tooltips for a field for a model. You will then be able to see
on the form view of the model you chose, next to the label of the field you
selected, the tooltip appear.
* 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.
* Internal Users can read all created tooltips. Then there are two new groups:
* Tooltip users who are able to manage their own tooltips.
* Tooltip managers who are able to manage all tooltips.