[MIG] web_widget_open_tab: Migration to 13.0

This commit is contained in:
Raf Ven
2020-12-07 10:14:21 +01:00
parent c2d559d017
commit 4393c4f405
7 changed files with 27 additions and 18 deletions

View File

@@ -1 +1,2 @@
* Enric Tobella <etobella@creublanca.es>
* Raf Ven <raf.ven@dynapps.be>

View File

@@ -1 +1,3 @@
This addon creates a new widget that can be used to open on a new tab a record from a tree.
This addon introduces a new widget.
When added to a field in a tree view, the field appears as a button which opens the record in a new tab.
When clicking on the line (but not on the button), the record is opened in the same window (as in native Odoo).

View File

@@ -3,5 +3,5 @@ Edit the tree view and add the widget as the first field, usually, we should use
<field name="id" widget="open_tab"/>
Now, we can open when clicking with the mouse wheel over the eye.
You can open the record in a new tab when clicking with the mouse wheel on the external link icon.
On a usual click the record will be opened without changes (keeping the breadcrumbs).