diff --git a/web_tree_many2one_clickable/README.rst b/web_tree_many2one_clickable/README.rst index 5ac98db3e..ca06e9302 100644 --- a/web_tree_many2one_clickable/README.rst +++ b/web_tree_many2one_clickable/README.rst @@ -27,13 +27,20 @@ Clickable many2one fields for tree views This addon forces Odoo to use many2one widget on a many2one fields in tree views. This allows users to open linked resources from trees directly, -without accessing the form. +using a button without accessing the form. **Table of contents** .. contents:: :local: +Usage +===== + +Put the mouse pointer over a many2one cell and click the button. + +.. image:: https://raw.githubusercontent.com/OCA/web/12.0/web_tree_many2one_clickable/static/img/clickable.gif + Bug Tracker =========== diff --git a/web_tree_many2one_clickable/readme/DESCRIPTION.rst b/web_tree_many2one_clickable/readme/DESCRIPTION.rst index 01ffbad28..f4ceeb2db 100644 --- a/web_tree_many2one_clickable/readme/DESCRIPTION.rst +++ b/web_tree_many2one_clickable/readme/DESCRIPTION.rst @@ -1,3 +1,3 @@ This addon forces Odoo to use many2one widget on a many2one fields in tree views. This allows users to open linked resources from trees directly, -without accessing the form. +using a button without accessing the form. diff --git a/web_tree_many2one_clickable/readme/USAGE.rst b/web_tree_many2one_clickable/readme/USAGE.rst new file mode 100644 index 000000000..76d4ff733 --- /dev/null +++ b/web_tree_many2one_clickable/readme/USAGE.rst @@ -0,0 +1,3 @@ +Put the mouse pointer over a many2one cell and click the button. + +.. image:: ../static/img/clickable.gif diff --git a/web_tree_many2one_clickable/static/description/index.html b/web_tree_many2one_clickable/static/description/index.html index f62aaf349..7649c739f 100644 --- a/web_tree_many2one_clickable/static/description/index.html +++ b/web_tree_many2one_clickable/static/description/index.html @@ -3,7 +3,7 @@ - + Clickable many2one fields for tree views