Contact Ref Filter

by
Odoo

5.32

v 9.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Technical Name contact_ref_filter
You bought this module and need support? Click here!

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.

Microcom

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.