I have written cronjobs in odoo12 and I want them to execute 6 days in a week with exemption of sundays since sunday is not a working day, how can i do that in odoo12/odoo11
Asked
Active
Viewed 232 times
-1
-
i feel the linux cron jobs offer more flexibility am not sure if the odoo erp platform developers have a solution for this challenge yet – herbert ichama Aug 21 '19 at 06:47
1 Answers
1
You can do one thing run cron everyday but while executing the function you can skip there put condition there of not executing your function on sunday.

Akshay
- 639
- 3
- 8