You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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#12389
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
0 commit comments