跳至内容

Widget Open on new Tab

Adding a widget to fields in tree views that displays a button for opening records in a new tab and maintaining native Odoo functionality where clicking on the line opens the record in the same window.
85.84 € 85.84 € (不含税)
US$ 100.00 (不含税)

  • Versions
条款及条件细则
30 天退款保证
送货:2 至 3 个工作天


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
1. Go to Studio >  Add ID to view list 


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.