$ 24.99
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 757 |
| Technical Name |
dynamic_x2m_search |
| License | OPL-1 |
| Website | https://www.linkedin.com/in/abdulazeez-talal-bahmid/ |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 757 |
| Technical Name |
dynamic_x2m_search |
| License | OPL-1 |
| Website | https://www.linkedin.com/in/abdulazeez-talal-bahmid/ |
Dynamic X2M Search
Empower your Odoo users to search, filter, and group One2many records client-side in real-time, boosting UI efficiency.
Why Dynamic X2M Search?
By default, Odoo doesn't provide search bars or custom filters inside One2many lists in form views. When dealing with high record volumes, finding specific items becomes time-consuming. Our widget dynamically adds a fully-featured search bar inside target fields, processing queries instantaneously on the client side with zero database lag.
Live Global Search
Search all visible columns instantly by typing your search query in the search bar.
Zero-Lag Execution
No network latency or database overhead. Calculations are performed instantly in the browser.
Nested Group By
Group records by relational, boolean, date, selection, or text fields with folding support.
Custom Filters
Define specific search parameters and ranges for numerical and date fields dynamically.
Functional Showcase
Instant Global Search
Type directly into the search bar to filter records instantly. The widget searches across all visible columns without hitting the database, providing immediate feedback and updating row counts in real-time.
- ✔️ Clean Search Panel integration mimicking Odoo's native views.
- ✔️ Multi-word search support with facet creation.
- ✔️ Clear triggers to easily reset the search state.
Advanced Custom Filters
Access powerful filtering options directly from the interactive dropdown. Build complex queries dynamically by defining specific parameters and ranges for your data.
- ✔️ Field-specific operators (e.g., >, <, =, !=, Contains).
- ✔️ Date range selections and numerical validations.
- ✔️ On-the-fly constraint building within the popover.
📌 Important Notes & Limitations
- Client-Side Execution: The widget operates purely on the client side. It searches and filters through the records that are currently fetched and loaded in the One2many list view.
- Supported Fields: Searching is highly optimized for text, char, integer, float, and Many2one fields (using their display names).
- Integration: Designed specifically for One2many
<list>views. Simply enable the widget via XML options—no backend python logic is required! - Performance: Ideal for lists that handle a moderate to high volume of records without introducing database or network latency.
Straightforward View Integration
Activate the widget seamlessly inside any form view by setting the option field inside your XML architecture. No backend Python logic needed!
Using Field Options
<list>
<field name="name"/>
<field name="phone"/>
</list>
</field>
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