From eb2ca1ec76d2a9ea42796c2d71d4da1aacdcf9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Voet=20=28ryv=29?= Date: Thu, 26 Oct 2023 16:40:34 +0200 Subject: [PATCH] [FIX] developer: fix bad documentation of --unaccent In the CLI, `--unaccent` try to enable PostgreSQL unaccent extention when odoo is responsible to create new database(s). X-original-commit: 1639d22efd70c69cdc8fec159a49ead45e4c6d6b --- content/developer/reference/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/reference/cli.rst b/content/developer/reference/cli.rst index a8bd52d5b2..f3753312b8 100644 --- a/content/developer/reference/cli.rst +++ b/content/developer/reference/cli.rst @@ -286,7 +286,7 @@ Database .. option:: --unaccent - Use the unaccent function provided by the database when available. + Try to enable the unaccent extension when creating new databases .. _reference/cmdline/server/emails: