From 0399fae8f6780ae4020941e26fc47b04c3353568 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 ec77e044f2..dcfef28f58 100644 --- a/content/developer/reference/cli.rst +++ b/content/developer/reference/cli.rst @@ -290,7 +290,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: