details: https://code.tryton.org/tryton/commit/2ec9d05201de
branch: default
user: Cédric Krier <[email protected]>
date: Tue Oct 21 13:35:04 2025 +0200
description:
Document the scheduled task to assign shipments and productions
diffstat:
modules/production/doc/index.rst | 1 +
modules/production/doc/usage.rst | 19 +++++++++++++++++++
modules/stock/doc/usage/shipment.inc.rst | 6 ++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r 1552ecde31d0 -r 2ec9d05201de modules/production/doc/index.rst
--- a/modules/production/doc/index.rst Wed Oct 01 08:45:36 2025 +0200
+++ b/modules/production/doc/index.rst Tue Oct 21 13:35:04 2025 +0200
@@ -9,5 +9,6 @@
.. toctree::
:maxdepth: 2
+ usage
design
releases
diff -r 1552ecde31d0 -r 2ec9d05201de modules/production/doc/usage.rst
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/production/doc/usage.rst Tue Oct 21 13:35:04 2025 +0200
@@ -0,0 +1,19 @@
+*****
+Usage
+*****
+
+.. _Assigning productions:
+
+Assigning productions
+=====================
+
+The `Productions <model-production>` take stock from storage `Locations
+<stock:model-stock.location>` inside the `Warehouse
+<stock:concept-stock.location.warehouse>`.
+The :guilabel:`Input Materials` must be assigned before they can be done like
+:ref:`Shipment <stock:Assigning shipments>`.
+
+.. note::
+
+ The `Scheduled tasks <trytond:model-ir.cron>` :guilabel:`Assign Shipments`
+ tries also to assign waiting productions planned for today.
diff -r 1552ecde31d0 -r 2ec9d05201de modules/stock/doc/usage/shipment.inc.rst
--- a/modules/stock/doc/usage/shipment.inc.rst Wed Oct 01 08:45:36 2025 +0200
+++ b/modules/stock/doc/usage/shipment.inc.rst Tue Oct 21 13:35:04 2025 +0200
@@ -123,3 +123,9 @@
taken from one of its sub-locations, as view locations cannot be the
source or destination of a done move.
This also means moves from a view location cannot be forced.
+
+.. note::
+
+ You may want to define some `Scheduled tasks <trytond:model-ir.cron>`
+ :guilabel:`Assign Shipments` to try to assign automatically waiting
+ shipments due today.