-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Odoo 11 Development Cookbook - Second Edition - Second Edition
By :
Automated actions can be used to automatically trigger actions based on time conditions. We can use them to automatically perform some operation on records that meet certain criteria and reach time condition.
As an example, we can trigger a reminder notification for Project tasks one day before their deadline, if they have any. Let's see how this can be done.
To follow this recipe, we will need to have both the Project Management app (technical name project) and the Automated Action Rules addon (technical name base_automation) already installed, and have the Developer Mode activated. We will also need the server action created in the Using Python code server actions recipe.
To create an automated action with a timed condition on tasks, follow these steps:
Settings top menu, select the Technical | Automation | Automated Actions menu item, and click on the Create button.Automated...