You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
274 B

This module adds 3 options to advanced search of char, many2one,
many2many and one2many fields:
* *starts with* (uses the domain *=ilike %<search string>*),
* *ends with* (uses the domain *=ilike <search string>%*),
* *matches* (uses the domain *=ilike <search string>*).