Split View | Generic Split View | Tree & Form View | Combined View | List & Form View
by Klystron Global https://www.klystronglobal.com$ 15.00
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 1024 |
| Technical Name |
kg_generic_split_view |
| License | LGPL-3 |
| Website | https://www.klystronglobal.com |
| Versions | 18.0 19.0 |
Generic Split View
Native master-detail split layout for Odoo 18 & Odoo 19
What is Generic Split View?
Generic Split View is a powerful usability enhancement that introduces a brand new,
fully integrated Odoo view type: split.
It seamlessly displays a list of records on the left panel, and the currently selected record's form
view on the right panel.
Say goodbye to constant back-and-forth navigation between list and form views. Now you can browse, edit,
save, create, and delete records instantly side-by-side.
Side-by-Side Dual Panel Layout
Left Pane: Record List
▶ Record #002 - progress (selected)
▣ Record #003 - done
▣ Record #004 - cancel
Right Pane: Form View
Workflow
Enable Split View and work with List and Form views simultaneously.
Step 1: Click the Split View Icon
Click the Split View icon available in the view switcher toolbar.
Step 2: Split View Activated
The screen is divided into two panels, allowing users to view records in the list view while simultaneously accessing the form view.
Core Features
Dynamic Pane Resizing
Simply drag the splitter handle to adjust the relative widths of the record list and the form view.
Full CRUD Support
Edit, save, discard, create new, or delete records directly inside the split screen layout.
Real-Time Synchronization
Selection edits or saving immediately update the records list without reloading the page.
Mobile Stacked View
Responsive design automatically transitions to stacked panels on mobile viewports for optimal usability.
Generic & Zero-Config
Works with any standard Odoo model out-of-the-box. Fallbacks dynamically generate layout for views without custom split templates.
Integration with Search & Pager
Uses standard Odoo control panel hooks so filter search query and page switching operate as expected.
How to use in your Custom Module
Simply add split to the view_mode in your action definitions:
<record id="action_my_model" model="ir.actions.act_window">
<field name="name">My Model</field>
<field name="res_model">my.model</field>
<field name="view_mode">split,form</field>
</record>
Published by Klystron Global
For customization or support enquiries, visit our website at www.klystronglobal.com
Please log in to comment on this module