From 644f3836565a2a48d8aaa52959d88c9c0474a6ad Mon Sep 17 00:00:00 2001 From: Syed Sarmad Sabih Date: Tue, 16 Apr 2024 18:05:38 +0500 Subject: [PATCH] [FIX] general: ir.config_parameter correction Fix the incorrect usage of `ir.config.parameters`. The correct one is `ir.config_parameter`. closes odoo/documentation#8772 Signed-off-by: Samuel Lieber (sali) --- .../applications/general/email_communication/email_domain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/applications/general/email_communication/email_domain.rst b/content/applications/general/email_communication/email_domain.rst index cf1f553a8..11d4a7d92 100644 --- a/content/applications/general/email_communication/email_domain.rst +++ b/content/applications/general/email_communication/email_domain.rst @@ -12,7 +12,7 @@ providers classify Odoo's emails according to their own restriction policy and/o It is standard in Odoo that emails are received from ``"name of the author" ``. In other words this can be translated to: ``"name of the author" <{ICP.mail.from.filter}@{mail.catchall.domain}>``. In this case ICP stands for -`ir.config.parameters`, which are the System Parameters. Deliverability is greatly improved with the +`ir.config_parameter`, which are the System Parameters. Deliverability is greatly improved with the :ref:`notifications configuration `. In order for servers to accept emails from Odoo on a more regular basis, one of the solutions is