Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Technical
  3. Web Split View v 15.0
  4. Sales Conditions FAQ

Web Split View

by DUO-TEK Software Vietnam https://apps.odoo.com/apps/modules/browse?author=DUO-TEK%20Software%20Vietnam
Odoo
v 15.0 Third Party 212
Download for v 15.0 Deploy on Odoo.sh
Apps purchases are linked to your Odoo account, please sign in or sign up first.
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.
  • Ratings
  • Discuss
There are no ratings yet!
We Downloaded this module and installed but there is no menu comming in debug menu and if we try to open apps menu it is giving error No default view of type 'split' could be found !
by
shekhar.gokhale@gmail.com
on 11/25/25, 12:17 AM



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 !





Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with