Files
Odoo-18.0-20251222/base_search_fuzzy/readme/INSTALL.md
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

7 lines
332 B
Markdown
Executable File

1. The PostgreSQL extension `pg_trgm` should be available. In debian
based distribution you have to install the postgresql-contrib
module.
2. Install the `pg_trgm` extension to your database or give your
postgresql user the `SUPERUSER` right (this allows the odoo module
to install the extension to the database).