Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 95 |
Technical Name |
multi_record_search |
License | LGPL-3 |
Website | https://seateklab.vn/ |
Versions | 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
🎯 Transform Your Search Experience
Boost your productivity with advanced multi-term search capabilities. Search for multiple items at once using simple syntax patterns that work across all Odoo models.
💡 Search Multiple Terms at Once
✨ Key Features
Universal Search
Works on all Odoo models automatically - Products, Partners, Sales Orders, and more!
Two Search Syntaxes
Use curly braces {item1 item2}
or square brackets [item1, item2]
for flexible searching.
Failsafe Design
Automatically falls back to normal search if multi-search fails. No disruption to existing workflows.
🔧 How It Works
The module extends Odoo's base search functionality to recognize special syntax patterns:
🔸 Curly Braces Syntax
Search: {apple orange banana}
Result: Finds all records containing "apple" OR "orange" OR "banana"
Best for: IDs, codes, single words without spaces
Example: {P001 P002 P003}
Result: Finds all records containing "apple" OR "orange" OR "banana"
Best for: IDs, codes, single words without spaces
Example: {P001 P002 P003}
🔸 Square Brackets Syntax
Search: [laptop HP, mouse ASUS, keyboard]
Result: Finds all records containing "laptop HP" OR "mouse ASUS" OR "keyboard"
Best for: Names, phrases, multi-word terms with spaces
Example: [John Smith, Jane Doe] or [New York, Los Angeles]
Result: Finds all records containing "laptop HP" OR "mouse ASUS" OR "keyboard"
Best for: Names, phrases, multi-word terms with spaces
Example: [John Smith, Jane Doe] or [New York, Los Angeles]
📊 Search Syntax Comparison
📧 Direct Support
Please contact us by email at odoo@seatek.vn for further information or support
Please log in to comment on this module