Skip to Content
Menu

YLHC Select Create Dialog with Kanban

by
Odoo
v 18.0 Third Party 6
Download for v 18.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 16
Technical Name ylhc_select_create_dialog
LicenseLGPL-3
Websitehttps://www.ylhctec.com
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 16
Technical Name ylhc_select_create_dialog
LicenseLGPL-3
Websitehttps://www.ylhctec.com

Select Create Dialog Enhancement

Smart Dialog with Kanban View and Search Panel Support

Select Create Dialog Kanban View Display

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

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