details: https://code.tryton.org/tryton/commit/c8cf5cbdc449 branch: default user: Cédric Krier <[email protected]> date: Thu Mar 26 07:38:42 2026 +0100 description: Add note in the documentation about the scheduled task to update Peppol document status diffstat:
modules/edocument_peppol/doc/design.rst | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diffs (15 lines): diff -r 387fb8b451dd -r c8cf5cbdc449 modules/edocument_peppol/doc/design.rst --- a/modules/edocument_peppol/doc/design.rst Fri Mar 27 09:18:14 2026 +0100 +++ b/modules/edocument_peppol/doc/design.rst Thu Mar 26 07:38:42 2026 +0100 @@ -12,6 +12,11 @@ The *Document* keeps track of the document sent or received on the `Peppol network <https://peppol.org/>`_. +.. note:: + A `scheduled task <trytond:model-ir.cron>` is run every hour to update the + status of the :guilabel:`processing` documents with their `service + <model-edocument.peppol.service>`. + .. seealso:: Documents can be seen by opening the main menu item:
