[11.0][FIX] open_tab: Open new tab with the wheel

This commit is contained in:
Enric Tobella
2020-01-10 12:45:51 +01:00
committed by Raf Ven
parent 020460d1d7
commit 3d8b80ebda
6 changed files with 46 additions and 13 deletions

View File

@@ -1,7 +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"/>
<field name="id" widget="open_tab"/>
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).