Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
5 Respostas
5362 Visualizações

There is one scheduled process in Odoo and it runs once every 4 hours. I don't want to change this. (Base Action Rule: check and execute)

I want to define a second scheduled transaction. This scheduled operation will run once a week. I want to send mail once a week with automatic process. How can I do it?


Avatar
Cancelar
Melhor resposta

Hi,

You can refer to the source code to create a scheduled action that runs once a week (If you prefer a particular time to run, it can also set that). Add the code to send email in the python function.

https://github.com/odoo/odoo/blob/15.0/addons/mail/data/ir_cron_data.xml#:~:text=%3Crecord id%3D%22ir_cron_module_update_notification,%3C/record%3E

Regards

Avatar
Cancelar

Hi Friend,

How to Execute Schedule Actions every 3 seconds?

Thanks,
Tri Nanda

Melhor resposta

I think this post is very helpful and full of useful information. So, I'd like to thank you for all the hard work you put into writing this article



Avatar
Cancelar
Melhor resposta

How to execute Schedule Actions at a rate of once per three seconds?


Avatar
Cancelar
Melhor resposta

nice

Avatar
Cancelar
Melhor resposta

I have seen the link you sent, so how can I set the desired time

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
ago. 25
80
3
ago. 25
98
0
ago. 25
137
1
ago. 25
384
1
ago. 25
413