Skip to Content
Menu
v 15.0 Third Party 164
Download for v 15.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 631
Technical Name web_split_view
LicenseLGPL-3
Websitehttps://apps.odoo.com/apps/modules/browse?author=DUO-TEK%20Software%20Vietnam
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 631
Technical Name web_split_view
LicenseLGPL-3
Websitehttps://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.

Web Split View Sale Orders Demo

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.

  1. 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.

  2. List View:

    The list view presents a comprehensive list of items, enabling users to quickly scan and identify the items they are interested in.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. 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

  1. You must be admin of your system or has role Administration Settings.

    Go to Settings/Users & Companies/Users/{user-name} and check out.

    Web Split View Sale Orders Demo
  2. You must activate the developer mode.

    Go to Settings/General Settings and Turn the Developer Mode on.

    Web Split View Sale Orders Demo

Setup your Split views

For example, to create new Split View of Sales Order Quotation.

  1. Go to menu Sales/Orders/Quotations.
  2. Click on Debug Menu then Create View: Split. Web Split View Sale Orders Demo
  3. Config the List View and From View.

    If you set this inputs empty, it will get the default List and Form View to display.

    Web Split View Sale Orders Demo

    To make Split View is the default view when you go to this Menu, check Make default view ✅

    Finnally, click button Create to finish.

  4. The result

    You can resize your List & Form View by hover and move this line.

    Web Split View Sale Orders Demo

Drop your Split views

  1. Remove your Split View by click on Debug Menu then Remove View: Split.
  2. Web Split View Sale Orders Demo

For Developers

To define Split View for developer

  1. 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:

    Web Split View Sale Orders Demo
  2. You can define `form` and `tree` tag directly inside `split` tag.

    For example:

    Web Split View Sale Orders Demo

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Error when opening apps module after install
by
Rob Labbe
on 9/24/24, 3:56 PM

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 !