Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 16 |
Technical Name |
ylhc_select_create_dialog |
License | LGPL-3 |
Website | https://www.ylhctec.com |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 16 |
Technical Name |
ylhc_select_create_dialog |
License | LGPL-3 |
Website | https://www.ylhctec.com |
Select Create Dialog Enhancement
Smart Dialog with Kanban View and Search Panel Support

Core Features
Kanban View Support
By adding view_mode: 'kanban'
in context, the dialog will display
records in kanban format, perfect for scenarios with image displays, providing a more intuitive
visual experience.
Search Panel Feature
By adding show_search_panel
parameter in context, the dialog will
display search panel, allowing users to quickly filter and locate required records.
Solved Problems
Native Limitations
Odoo native dialog only supports list display by default, which is not user-friendly for scenarios with image displays.
Filtering Difficulties
Native dialogs don't support search panels, making it difficult for users to find specific records in large datasets.
Perfect Solution
This module perfectly solves these problems, providing better user experience and efficient data filtering capabilities.
Usage Methods
Enable Kanban View
When calling the dialog, add in context:
context: {
view_mode: 'kanban'
}
Enable Search Panel
When calling the dialog, add in context:
context: {
show_search_panel: true
}
Use Cases
Product Selection
More intuitive product image display
Customer Management
Customer avatars and card-style info
Project Display
Project thumbnails and status display
Resource Library
Document and media file preview
Technical Features
Seamless Integration
Fully compatible with Odoo native dialogs, no need to modify existing code
Plug and Play
Takes effect immediately after installation, controlled by simple context parameters
Stable and Reliable
Based on Odoo standard architecture, ensuring system stability and security
Installation Instructions
This module is compatible with Odoo 18.0. After installation, no additional configuration is needed,
just control the features through context parameters when calling SelectCreateDialog:
Kanban View: context: {view_mode: 'kanban'}
Search Panel: context: {show_search_panel: true}
Both Features: context: {view_mode: 'kanban', show_search_panel: true}
Make Your Odoo Dialogs Smarter and More Beautiful
Provide better user experience, make data selection simple and efficient
Search Panel:
context: {show_search_panel: true}
Both Features:
context: {view_mode: 'kanban', show_search_panel: true}
Make Your Odoo Dialogs Smarter and More Beautiful
Provide better user experience, make data selection simple and efficient
Please log in to comment on this module