Search code examples
python-3.xodoo-12

Odoo12 Cron Jobs Execute on specific days


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


Solution

  • 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.