-
Notifications
You must be signed in to change notification settings - Fork 9.5k
[FIX] ecommerce: require module install for email queue optimization #12389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @AntoineVDV !
@robodoo r+ up to saas-18.2
Forward-porting to 'saas-18.2'. |
@robodoo up to master I'll remove the module mention in master but keep the new phrasing since it applies in 18.3+ too. |
Forward-porting to 'master'. |
@robodoo fw=skipmerge |
Starting forward-port. Not waiting for merge to create followup forward-ports. |
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>
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>
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 in master.task-3872792