Files
odoo-docs/content
Antoine Vandevenne (anv) 4f12606cd9 [FIX] ecommerce: require module install for email queue optimization
In version 17.0 to 18.2, it is required to install the
`sale_async_emails` module to enable the email queue optimization.

This commit also rephrases slightly the step to enable the cron because
it should already be enabled, unless the user disabled it manually.
Indeed, the cron is created enabled in versions 17.0 to 18.2, while it
is created disabled but automatically enabled when toggling the
`sale.async_emails` system parameter.

task-3872792

closes odoo/documentation#12410

X-original-commit: c7843cb38a
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2025-03-13 14:00:40 +00:00
..