ODOO'S FUNCTION
Odoo does not allow users to open items such as opportunities, NCRs, or tickets from a Kanban or list view in a new tab. Clicking on a record always opens it in the same window, making multi-tasking less efficient.
CLUEDOO'S FUNCTION
Cluedoo introduces the "Widget Open on New Tab" module, enhancing Odoo's usability by:
1️⃣ Adding a widget to 'id' fields in tree views that displays a button for opening records in a new tab.
2️⃣ Maintaining native Odoo functionality where clicking on the line opens the record in the same window.
1. Example: You want to open field ID in new tab, in list view Note: This module is working for all the field ending with "_id", not "_ids". If an 'ids' field has record, even though we added widget="open_tab" in View, the widget is still not showing in list view. | ![]() |
2. Enable Debug > Go to View: List | ![]() |
3. Go to Inherited Views > Odoo Studio | ![]() |
4. In the field id, add widget="open_tab" | ![]() |
5. We have a result with widget. The widget only shows when field has value, if not, it will be hide. | ![]() |






