| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 182 |
| Technical Name |
web_search_by_list |
| License | OPL-1 |
| Website | http://www.digitaldomus.it |
Search by List
This module adds a "Filter by List" option to the search filter menu, allowing users to filter records by providing a list of values for any field.
Usage
To use this module:
- Open any list or kanban view in Odoo
- Click on the search bar to open the filter menu
- Click on "Filters" dropdown
- Select "Filter by List" option
- In the dialog that appears: - Select a field using the field selector (supports searching and navigating related fields) - Enter values in the text area, separated by your chosen separator - Choose a separator: Comma, Semicolon, Newline, Tab, or Custom - For string and relational fields, choose between "Exact" or "Contains" matching
- Click "Apply Filter" to create the filter
Features
- Field Selection: Uses the same field selector component as the domain widget, allowing you to: - Navigate through related fields (e.g., Partner > Name) - See field information in a popover
- Multiple Separators: Support for various value separators: - Comma (,) - Semicolon (;) - Newline - Tab - Custom separator (user-defined)
- Auto-detection: Automatically detects separator based on content: - If values contain newlines, newline separator is selected - If values contain tabs, tab separator is selected
- Match Types: For string and relational fields, choose between: - Exact (case-sensitive): Uses the in operator for exact matching - Contains (case-insensitive): Uses the ilike operator for partial matching - Exact comparision for other fields like integers
- Relational Field Support: For relational fields: - Supports both exact and contains matching
- Subfield Support: Navigate and filter by subfields (e.g., partner_id.address)
- Cut'n'paste list: Lists can be pasted from other sources (calc sheets, websites, ...)
Known issues / Roadmap
- No known issues at this time
Authors
- Alessandro Fiorino, Digital Domus s.r.l.
Support
This module is provided as-is. If you need any support you can contact info@digitaldomus.it https://www.digitaldomus.it
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