mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_widget_open_tab: Migration to 13.0
This commit is contained in:
@@ -1 +1,2 @@
|
||||
* Enric Tobella <etobella@creublanca.es>
|
||||
* Raf Ven <raf.ven@dynapps.be>
|
||||
|
||||
@@ -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).
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user