mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_field_tooltip
This commit is contained in:
1
web_field_tooltip/readme/CONTRIBUTORS.rst
Normal file
1
web_field_tooltip/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Benoit Aimont <benoit.aimont@acsone.eu> (https://www.acsone.eu/)
|
||||
3
web_field_tooltip/readme/DESCRIPTION.rst
Normal file
3
web_field_tooltip/readme/DESCRIPTION.rst
Normal 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.
|
||||
16
web_field_tooltip/readme/USAGE.rst
Normal file
16
web_field_tooltip/readme/USAGE.rst
Normal 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.
|
||||
Reference in New Issue
Block a user