Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 166 |
Technical Name |
web_list_form_view |
License | OPL-1 |
Web List Form View
Enhance your Odoo experience with simultaneous list and form views

Description
Web List Form View is a powerful Odoo addon that enables users to view and edit data in both list and form formats simultaneously within a single interface. This addon optimizes user experience by combining the power of List View and Form View in one screen.
Key Features
Simultaneous View
Display List View and Form View side by side in a single screen
Direct Editing
Edit data directly without switching between view modes
Auto-Save
Automatic saving when switching between records
User-Friendly
Intuitive interface designed for optimal user experience
Benefits
Increased productivity through simultaneous viewing and editing
Time-saving by eliminating view switching
Easy data comparison between records
Reduced mouse clicks for common operations
Target Users
- Data managers
- Data entry personnel
- Users handling multiple records simultaneously
- Businesses optimizing workflow processes
How to Use
Installation
- Download the module from Odoo Apps Store
- Install it through Odoo's module installation interface
- Update your Odoo module list
Configuration
- Go to Settings > Technical > User Interface
- Enable the "List Form View" feature
- No additional configuration required
Usage in Views
- Open any list view in your Odoo instance
- Add
js_class="list_form"
to your tree view definition in XML: - Click on any record to open the form view on the right side
- Edit data in either view - changes will sync automatically
- Use the close button to return to list view only
<tree js_class="list_form"> <field name="name"/> <field name="date"/> <field name="amount"/> </tree>
Tips & Tricks
- Use keyboard shortcuts for faster navigation
- Changes are auto-saved when switching records
- You can still use all standard Odoo features
- Works with all custom fields and views
Interface Preview

Experience the power of simultaneous list and form views in action
Technical Requirements
- Odoo 17.0
- No complex configuration required
- Easy installation and setup
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module