I am wondering if it is better has two options for to trigger the send email, by ir.trigger or by ir.cron, for last one example we want to schedule with CRON option send mail to all customers when a invoice is past due bill.
On 8 de setembre de 2016 5:27:42 CEST, Oscar Andres Alvarez @tryton.org> wrote:
>
>Oscar Andres Alvarez <oscar.alvarez.montero@gmail.com> added the
>comment:
>
>I am wondering if it is better has two options for to trigger the send
>email, by ir.trigger or by ir.cron, for last one example we want to
>schedule with CRON option send mail to all customers when a invoice is
>past due bill.
This can be done with on_time triggers, which will be triggered by a cron when a record matches a condition.