Unaccent on postgres
Closed this issue · 1 comments
bealdav commented
To complete installation on unaccent, we need:
CREATE EXTENSION unaccent;
# in psql- set
unaccent
to true # in openerp.cfg
Is there a way to do it easily in voodoo ? on created databases ?
sebastienbeau commented
Done here for the postgresql part: akretion/docker-postgresql@eeb5039