From 524175bb8bb0573bdb22cb27042dbaf44d5adc7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=ADaz?= Date: Mon, 27 May 2019 16:50:19 +0200 Subject: [PATCH] [IMP] web_tree_many2one_clickable: Readme - USAGE --- web_tree_many2one_clickable/README.rst | 9 +++++- .../readme/DESCRIPTION.rst | 2 +- web_tree_many2one_clickable/readme/USAGE.rst | 3 ++ .../static/description/index.html | 30 +++++++++++------- .../static/img/clickable.gif | Bin 0 -> 526238 bytes 5 files changed, 30 insertions(+), 14 deletions(-) create mode 100644 web_tree_many2one_clickable/readme/USAGE.rst create mode 100644 web_tree_many2one_clickable/static/img/clickable.gif 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