[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

@@ -387,7 +387,7 @@ ul.auto-toc {
<p>Edit the tree view and add the widget as the first field, usually, we should use:
.. code-block:: xml</p>
<blockquote>
&lt;field name=”id” widget=”open”/&gt;</blockquote>
&lt;field name=”id” widget=”open_tab”/&gt;</blockquote>
<p>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).</p>
</div>