diff --git a/web_tree_many2one_clickable/README.rst b/web_tree_many2one_clickable/README.rst index 5ac98db3..b8b14004 100644 --- a/web_tree_many2one_clickable/README.rst +++ b/web_tree_many2one_clickable/README.rst @@ -27,13 +27,19 @@ 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 01ffbad2..f4ceeb2d 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 00000000..76d4ff73 --- /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 f62aaf34..cd50a1b7 100644 --- a/web_tree_many2one_clickable/static/description/index.html +++ b/web_tree_many2one_clickable/static/description/index.html @@ -370,21 +370,27 @@ ul.auto-toc {

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runbot

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

+
+

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

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed @@ -392,9 +398,9 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

-

Contributors

+

Contributors

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose diff --git a/web_tree_many2one_clickable/static/img/clickable.gif b/web_tree_many2one_clickable/static/img/clickable.gif new file mode 100644 index 00000000..a6da74e6 Binary files /dev/null and b/web_tree_many2one_clickable/static/img/clickable.gif differ