| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 1304 |
| Technical Name |
tecspek_global_search_pro |
| License | OPL-1 |
| Website | https://www.tecspek.in |
| Versions | 17.0 18.0 19.0 |
Odoo 17,18,19 Community & Enterprise · Tecspek
Global Search Pro
One search box to find any record across every installed Odoo app - partners, products, sales orders, invoices, tasks, employees, and custom models. Depends only on base and web.
By Tecspek | www.tecspek.in | help.tecspek@gmail.com
Why Global Search Pro?
Like Salesforce Global Search, Notion Search, or Gmail Search - find any Odoo record instantly without opening the right menu first.
Search Everything
Customers, products, quotations, invoices, pickings, tasks, leads, employees, MOs - and any custom model. Grouped results, instant navigation to form view.
Zero App Dependencies
Only base + web. Sales not installed? No sales results. Install CRM later? Leads appear automatically after model detection.
Custom Models
hospital.patient, library.book, hotel.room - auto-detected from ir.model. Admin enables them; users search immediately. No code changes required.
Complete Feature List
- Universal search popup (Ctrl + Shift + P)
- Systray search icon in navbar
- Live search while typing (300 ms debounce)
- Grouped results by model/category
- Smart result cards with icon, status, company
- Filter tabs: All, Sales, Purchase, Accountingâ¦
- Recent searches (50 per user)
- Personal favorites (star pin per model)
- Search suggestions from history
- Fuzzy / typo-tolerant search (pg_trgm)
- Barcode & internal reference search
- Email & phone number detection
- Search by name, ref, code, origin, ID
- Auto-detect models from ir.model
- Per-model search & display fields
- Priority ranking & result limits
- ACL-safe - never bypasses record rules
- Multi-company & developer extension API
How to Use & Configure
Quick Start
- Install Global Search Pro
- Press Ctrl + Shift + P
- Type name, email, phone, or ref
- Use Enter Esc to navigate
Global Settings
Settings -> Global Search Pro
- Enable / disable search
- Keyboard shortcut & debounce
- Fuzzy, barcode, email, phone
- Detect Models Now button
Enable Models
Global Search -> Search Models
- Set Active = ON
- Set Filter Category (Sales, Contacts â¦)
- Configure search & display fields
- Click star to add Favorite
Global Search Popup
Main search dialog opened with Ctrl + Shift + P - search box, filter tabs, favorites, and recent searches.
Live Search & Grouped Results
Results update while typing - grouped by Products, Customers, Sales, Invoices with icons and secondary details.
Enable Manager Permissions for User
Updated the user's access level to Manager, granting manager-specific permissions and features.
Filter Categories
Tabs: All, Sales, Purchase, Accounting, CRM, Products - only installed & enabled modules shown.
Favorites & Recent
Personal favorites and last 50 searches per user when search box is empty.
Systray Search Icon
Magnifying glass icon in the top navbar - click to open search from anywhere.
Global Settings
Settings -> Global Search Pro - enable search, keyboard shortcut, fuzzy search, barcode/email/phone, auto-detect, result limit, debounce.
Search Models List
Global Search -> Search Models - enable/disable models, priority, category, favorite status.
Model Configuration Form
Per-model: search fields, display fields, icon, color, domain, permission groups.
Favorite Star Button
Yellow filled star = favorited. Empty star = not favorited. Personal per user.
Search History
Global Search -> My Search History - last searches per user.
Email & Phone
Search by email or phone number.
Barcode Search
Exact barcode / internal reference match.
Fuzzy Search
Typo tolerance - Micorsoft finds Microsoft.
Open Record in Form View
Press Enter on a result to jump directly to the record form view.
Intelligent Search Modes
Name & Reference
SO0025, INV0005, WH/OUT/005
Barcode
Scan or type barcode
user@company.com
Phone
+1 987 654 3210
Architecture & Security
Auto-Detect
Scans ir.model on install & new app install.
ORM Engine
name_search, search, search_fetch - ACL safe.
Multi-Company
Respects allowed_company_ids automatically.
Developer API
global.search.mixin extension hooks.
Developer Extension API
class MyModel(models.Model):
_inherit = ['my.model', 'global.search.mixin']
@api.model
def _get_search_fields(self): return ['name', 'code']
@api.model
def _get_display_fields(self): return ['name', 'state']
@api.model
def _get_search_domain(self, query): return []
def _format_search_result(self): return {'title': self.name}
Ready to Search Smarter?
Install Global Search Pro, press Ctrl + Shift + P, and find any record in seconds.
Tecspek | www.tecspek.in | help.tecspek@gmail.com
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 1304 |
| Technical Name |
tecspek_global_search_pro |
| License | OPL-1 |
| Website | https://www.tecspek.in |
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