web_widget_open_tab
This module provides a widget that allows opening records in new tabs from tree views.
Key Features
- web: Adds an open_tab widget for integer fields in tree views that appears as a button to open the record in a new tab.
- web: Clicking on the row opens the record in the same window, preserving breadcrumbs.
- web: Supports opening records in new tabs using mouse wheel click on the external link icon.
- ir.model: Provides an option to automatically add the open-tab field to list views of models where enabled.
- ir.model: Automatically positions the open-tab field after the name field in tree views if it exists, otherwise at the beginning.