[11.0][ADD] web_widget_open_tab

This commit is contained in:
Enric Tobella
2019-12-30 13:35:45 +01:00
committed by Raf Ven
parent 419bd541f1
commit b3bf344ca4
10 changed files with 601 additions and 0 deletions

View File

@@ -0,0 +1 @@
* Enric Tobella <etobella@creublanca.es>

View File

@@ -0,0 +1 @@
This addon creates a new widget that can be used to open on a new tab a record from a tree.

View File

@@ -0,0 +1,7 @@
Edit the tree view and add the widget as the first field, usually, we should use:
.. code-block:: xml
<field name="id" widget="open"/>
Now, we can open when clicking with the mouse wheel over the eye.
On a usual click the record will be opened without changes (keeping the breadcrumbs).