mirror of
https://github.com/odoo/documentation.git
synced 2026-01-04 02:36:32 +07:00
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#12389 Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>