There's more...

These types of automated actions are triggered once a certain time condition is reached. This is not the same as regularly repeating an action while a condition is still true. For example, an automated action will not be capable of posting a reminder for every day after the deadline has been exceeded.

This type of action can, instead, be performed by Scheduled Actions, which are stored in the ir.cron model. However, scheduled actions do not support server actions; they can only call an existing method of a model object. So, to implement a custom action, we need to write an add-on module, adding the underlying Python method.

For reference, the technical name for the Automated Actions model is base.action.rule.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset