[FIX] general: ir.config_parameter correction

Fix the incorrect usage of `ir.config.parameters`. The correct one is `ir.config_parameter`.

closes odoo/documentation#8976

X-original-commit: 644f383656
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
This commit is contained in:
Syed Sarmad Sabih 2024-04-16 18:05:38 +05:00 committed by Sam Lieber (sali)
parent 2215d0a640
commit 68cef1ae37

View File

@ -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"
<notifications@mycompany.odoo.com>``. 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 <email_servers/notifications>`.
In order for servers to accept emails from Odoo on a more regular basis, one of the solutions is