You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
1.8 KiB

  1. .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. ========================
  5. Cron - Inactivity Period
  6. ========================
  7. This module allows you to disable cron Jobs during periods.
  8. It can be usefull if you want to disable your cron jobs during maintenance
  9. period, or for other reasons.
  10. Note
  11. ----
  12. If you have installed ``cron_run_manually`` module, it is still possible to run
  13. your job, during inactivity periods.
  14. Configuration
  15. =============
  16. To configure this module, you need to:
  17. #. Go to Settings > Technical > Automation > Scheduled Actions and select a
  18. cron
  19. #. Add new option inactivity periods
  20. .. figure:: https://raw.githubusercontent.com/OCA/server-tools/8.0/cron_inactivity_period/static/description/ir_cron_form.png
  21. :alt: Inactivity Period Settings
  22. :width: 80 %
  23. :align: center
  24. Known issues / Roadmap
  25. ======================
  26. * For the time being, only one type of inactivity period is available. ('hour')
  27. It should be great to add other options like 'week_day', to allow user to
  28. disable cron jobs for given week days.
  29. Credits
  30. =======
  31. Authors
  32. ~~~~~~~
  33. * GRAP, Groupement Régional Alimentaire de Proximité (http://www.grap.coop)
  34. Contributors
  35. ~~~~~~~~~~~~
  36. * Sylvain LE GAL (https://www.twitter.com/legalsylvain)
  37. Maintainers
  38. ~~~~~~~~~~~
  39. This module is maintained by the OCA.
  40. .. image:: https://odoo-community.org/logo.png
  41. :alt: Odoo Community Association
  42. :target: https://odoo-community.org
  43. OCA, or the Odoo Community Association, is a nonprofit organization whose
  44. mission is to support the collaborative development of Odoo features and
  45. promote its widespread use.
  46. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.