forked from Techsystech/web
[FIX] web_tree_image_tooltip: pre-commit fix
parent
b8f4bdfb5c
commit
e68bc69de3
|
@ -11,4 +11,5 @@ you can write the following code to reduce the load duration of the tree view.
|
|||
|
||||
.. code:: xml
|
||||
|
||||
<field name="image_small" widget="image" options="{'tooltip_image': 'image'}"/>
|
||||
<field name="image_small" widget="image" options="{'tooltip_image': 'image'}"/>
|
||||
|
||||
|
|
|
@ -4,5 +4,3 @@
|
|||
* Meet Dholakia <m.dholakia.serpentcs@gmail.com>
|
||||
* Nikul Chaudhary <nikul.chaudhary.serpentcs@gmail.com>
|
||||
* Sylvain LE GAL (https://www.twitter.com/legalsylvain)
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This module defines a images and icons in tree view via Tooltip.
|
||||
Additionally, Default width with 30px.
|
||||
|
||||
.. image:: ../static/description/tree_view_image.png
|
||||
.. image:: ../static/description/tree_view_image.png
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Mouse Hover in tree view image that time Tooltip effect.
|
||||
|
||||
.. image:: ../static/description/tree_view_image_tooltip.png
|
||||
.. image:: ../static/description/tree_view_image_tooltip.png
|
||||
|
|
Loading…
Reference in New Issue