This question has been flagged

Hello.


I'm on Odoo 10, community version. I've done a server-action, which is called by an automated action with a time condition. It was supposed to run every 5 minutes (Check Action Rules is set this way). But it only works the first time. After, nothing happens.


Did I unterstood something wrong, or is the Check Action Rules broken?


Thank you.

Avatar
Discard
Author Best Answer

Hi.


Interval Type is on minutes. Interval Number is on 5. The Next Execution Date is correct (in 5 minutes over and over again).

The Number of Calls is on -1

Repeat Missed wasn't checked, I've changed it.


But it still doesn't work, there is nothing happening.


Thanks for the answer anyway !

Avatar
Discard
Best Answer

Hi,

Please check the 'Number of Calls' field value, if it is -1 then it have no limits to call that method. If we make that a positive number the automation works only as per the value. Also check the "Interval Number" this Interval is related with the

"Interval Type". If you set these values correctly you can see the next execution time on form view as "Next Execution Date". To make reliable please check the "Repeat Missed" flag. so the missed ones will be repeated on next server starts.


Cheers

Avatar
Discard