Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Technical Name |
contact_ref_filter |
Contact Ref Filter
This module allows users to search (filter) contact by internal reference. It also let you search by name or reference without having to worry about accents.
Version française
Ce module permet la recherche de contact par code de référence. La recherche par nom et référence est maintenant non-sensible aux accents.
Configuration
Before installing this module, make sure that you have pymssql installed: `` sudo easy_install pymssql ``
UNACCENT INSTALLATION PROCEDURE
Install unaccent on Postgresql 9.1+ The unaccent contrib comes with Postgresql contribs. On Debian / Ubuntu, in order to have the contribs, you need to install postgresql-contrib: `` sudo aptitude install postgresql-contrib ``
2. Create the extension: On Linux, `` psql <database> -U <postgres_role> -c "CREATE EXTENSION "unaccent""; ``
On Windows, `` psql -d <database> -U <postgres_role> `` `` CREATE EXTENSION "unaccent"; q ``
3. Start the server with the option --unaccent `` python /path/to/openerp-server.py --unaccent ``
Maintainer
This module is maintained by Microcom.

Please log in to comment on this module