Using automated actions on event conditions
Business applications provide systems with records for business operations but are also expected to support dynamic business rules that are specific to the organization's use cases.
Carving these rules into custom add-on modules can be inflexible and out of the reach of functional users. Automated actions triggered by event conditions can bridge this gap and provide a powerful tool to automate or enforce the organization's procedures. As an example, we will enforce validation on project tasks so that only the project manager can change tasks to the Done stage.
Getting ready
To follow this recipe, you will need to have the project management app already installed. We also need to have Developer Mode activated. If it's not activated already, activate it in the Odoo About dialog.
How to do it...
To create an automated action with an event condition on tasks, follow these steps:
- In the Settings menu, select...