Metadata-Version: 2.1
Name: odoo8-addon-cron-inactivity-period
Version: 8.0.1.0.0.99.dev1
Summary: Inactivity Periods for Cron Jobs
Home-page: UNKNOWN
Author: GRAP,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: ~=2.7
Requires-Dist: odoo (<9.0a,>=8.0a)

.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
   :target: https://www.gnu.org/licenses/agpl
   :alt: License: AGPL-3

========================
Cron - Inactivity Period
========================


This module allows you to disable cron Jobs during periods.
It can be usefull if you want to disable your cron jobs during maintenance
period, or for other reasons.

Note
----

If you have installed ``cron_run_manually`` module, it is still possible to run
your job, during inactivity periods.

Configuration
=============

To configure this module, you need to:

#. Go to Settings > Technical > Automation > Scheduled Actions and select a
   cron
#. Add new option inactivity periods

.. figure:: https://raw.githubusercontent.com/OCA/server-tools/8.0/cron_inactivity_period/static/description/ir_cron_form.png
   :alt: Inactivity Period Settings
   :width: 80 %
   :align: center


Known issues / Roadmap
======================

* For the time being, only one type of inactivity period is available. ('hour')
  It should be great to add other options like 'week_day', to allow user to
  disable cron jobs for given week days.


Credits
=======

Authors
~~~~~~~

* GRAP, Groupement Régional Alimentaire de Proximité (http://www.grap.coop)

Contributors
~~~~~~~~~~~~

* Sylvain LE GAL (https://www.twitter.com/legalsylvain)

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.



