Web Split View
by DUO-TEK Software Vietnam https://apps.odoo.com/apps/modules/browse?author=DUO-TEK%20Software%20VietnamAvailability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 631 |
Technical Name |
web_split_view |
License | LGPL-3 |
Website | https://apps.odoo.com/apps/modules/browse?author=DUO-TEK%20Software%20Vietnam |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 631 |
Technical Name |
web_split_view |
License | LGPL-3 |
Website | https://apps.odoo.com/apps/modules/browse?author=DUO-TEK%20Software%20Vietnam |
Web Split View
Web Split View is a dual-view layout, seamlessly dividing the screen into list and detail sections for CRUD operations.
The "Web Split View" is an add-on for the Odoo framework designed to enhance the user interface and user experience by introducing a new custom view. The primary purpose of this add-on is to provide a split-screen view, dividing the interface into two distinct sections: a list view and a detail form view.

Key Features
Web Split View add-on brings a modern and intuitive interface to Odoo, facilitating a more efficient and enjoyable user interaction with data through the innovative split-screen design.
-
Split-Screen Interface:
The add-on introduces a split-screen interface, allowing users to simultaneously view a list of items and the detailed information of a selected item.
-
List View:
The list view presents a comprehensive list of items, enabling users to quickly scan and identify the items they are interested in.
-
Detail Form View:
The detail form view displays in-depth information about a selected item. It provides a closer look at the details, attributes, and related information associated with the chosen item.
-
Interactive Selection:
Users have the ability to interactively select items from the list view, triggering the display of corresponding details in the adjacent form view.
-
Create, Edit, Delete Functionality:
The detail form view supports essential CRUD (Create, Read, Update, Delete) operations. Users can create new items, edit existing ones, and delete items directly from the detail form view.
-
Enhanced User Productivity:
The Web Split View aims to enhance user productivity by streamlining the workflow. Users can efficiently navigate between the list view and detail form view to manage and interact with data.
-
Customizable and Flexible:
The add-on is designed with customization in mind, providing flexibility for developers and administrators to adapt the split view functionality to meet specific business requirements.
-
Seamless Integration with Odoo:
As an Odoo add-on, Web Split View seamlessly integrates into the Odoo framework, leveraging its robust features and maintaining consistency with the overall Odoo user experience.
How to Use
Prerequisites
To create Split View
-
You must be admin of your system or has role Administration
Settings.
Go to Settings/Users & Companies/Users/{user-name} and check out.
-
You must activate the developer mode.
Go to Settings/General Settings and Turn the Developer Mode on.
Setup your Split views
For example, to create new Split View of Sales Order Quotation.
- Go to menu Sales/Orders/Quotations.
-
Click on Debug Menu then Create View: Split.
-
Config the List View and From View.
If you set this inputs empty, it will get the default List and Form View to display.
To make Split View is the default view when you go to this Menu, check Make default view â
Finnally, click button Create to finish.
-
The result
You can resize your List & Form View by hover and move this line.
Drop your Split views
- Remove your Split View by click on Debug Menu then Remove View: Split.

For Developers
To define Split View for developer
-
Create Window Action and define Split View.
- Define `ir.actions.act_window` with `view_mode` contain `split`.
- Define `ir.ui.view` with attributes `tree_view_ref/form_view_ref` is xmlid of tree/form has been defined before.
For example:
-
You can define `form` and `tree` tag directly inside `split` tag.
For example:
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Error when opening apps module after install
I get the following error when I try to open the Apps menu after I install your module. I am logged in as an administrator.
User Error
No default view of type 'split' could be found !