https://github.com/opusvl/odoo-search-operators
Contains modules which add global search operators for different field types
https://github.com/opusvl/odoo-search-operators
Last synced: about 2 months ago
JSON representation
Contains modules which add global search operators for different field types
- Host: GitHub
- URL: https://github.com/opusvl/odoo-search-operators
- Owner: OpusVL
- License: agpl-3.0
- Created: 2016-03-02T15:39:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T13:52:39.000Z (over 9 years ago)
- Last Synced: 2025-12-31T01:59:54.362Z (6 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
odoo-search-operators
================
# global_search_operators
Adds four global search operators for char fields to Odoo by extending `instance.web.search.ExtendedSearchProposition.Char`. These include:
* `starts with` / `does not start with`
* `ends with` / `does not end with`
These can be mixed in with other operators as usual.
Extra handling was also needed in the `build_search_data` function prefix/suffix wild cards to the user-inputted strings.
# Copyright and License
Copyright (C) 2016 OpusVL
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
If you require assistance, support, or further development of this
software, please contact OpusVL using the details below:
* Telephone: +44 (0)1788 298 410
* Email: community@opusvl.com
* Web: http://opusvl.com