[ADD] inventory: new doc about configuring and run schedulers

[ADD] inventory: new doc about configuring and run schedulers
This commit is contained in:
Lau-Odoo 2019-10-16 14:01:15 +02:00 committed by GitHub
commit 680b2b0058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 59 additions and 0 deletions

View File

@ -7,3 +7,4 @@ Planning
:glob:
planning/scheduled_date
planning/schedulers

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,58 @@
============================
Configure and Run Schedulers
============================
What is a scheduler?
====================
The scheduler is the calculation engine that plans and prioritizes
production and purchasing. It does it automatically, according to the
rules defined on products. By default, the scheduler is set to run once
a day.
Calculating Requirements / Scheduling
=====================================
Scheduling only validates procurements that are confirmed but not yet
started. These procurement reservations will start production, tasks or
purchases themselves, depending on the configuration of the requested
product.
As a human would do, the scheduler takes the priority of operations into
account when starting reservations and procurements. Urgent requests
will be started first.
.. note::
In case there are not enough products in stock to satisfy all the
requests, you can be sure that the most urgent ones will be produced
first.
Configure and run the scheduler
===============================
Run the scheduler manually
--------------------------
To start the scheduler manually, go to *Inventory > Operations > Run
Schedulers*. The scheduler uses all the relevant parameters defined for
products, suppliers and the company to prioritize the different
production orders, deliveries and supplier purchases.
.. image:: media/schedulers_01.png
:align: center
Configure and run the scheduler (for advanced users)
----------------------------------------------------
To use this feature, you have to enable the debug mode. To do so, go to
*Settings > Activate the developer mode*.
.. image:: media/schedulers_02.png
:align: center
Then, go to *Settings > Technical > Automation > Scheduled Actions*
and modify the *Run MRP Scheduler Configuration*. There, you can set
the starting time of the scheduler.
.. image:: media/schedulers_03.png
:align: center