This question has been flagged
1 Reply
6025 Views

Hi everyone,


I want to send an automatic email on order confirmation status change? The order status will be changed via a REST API call. I have seen other threads regarding setting an automatic email but have not found a solution for Odoo 13 CE since I don't find any Automated Action in the settings.


Any leads?


Avatar
Discard
Best Answer

You may need to install the base automation module: “Automated Action Rules” in Apps.

First remove the “Apps” filter by clicking on the ‘X’:

Then search for “base_automation” (or "Automated")


Now you should see the module:


If it’s not installed, click on ‘INSTALL’.

Now enable developer mode and navigate to Settings / Technical / Automated Actions.

Avatar
Discard