odoo/documentation#12389
Created by Sales, Antoine Vandevenne (anv)
Merged
at 90b1cc22cc09e6521029691b6604ccea382d7f7c
Statuses:
- ci/documentation: (runtime 702s)
- ci/codeowner_coverage: (runtime 12s)
- label
- odoo-dev:17.0-ecom-flash-sales-param-bis-anv
- head
- c7843cb38a5c4ad4fbe91355c95c79520036c5bf
- merged
- 3 months ago by Documentation, Audrey Vandromme (auva)
odoo/documentation | |
---|---|
17.0 | #12389 |
saas-17.4 | #12409 |
18.0 | #12410 |
saas-18.1 | #12411 |
saas-18.2 | #12412 |
saas-18.3 | |
master | #12413 |
[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 in master.