changeset 57685c02bcec in modules/account_stock_continental:default
details: 
https://hg.tryton.org/modules/account_stock_continental?cmd=changeset;node=57685c02bcec
description:
        Add picked step to customer shipment workflow

        issue9634
        review329071002
diffstat:

 tests/scenario_account_stock_continental.rst |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r d60f4363c204 -r 57685c02bcec 
tests/scenario_account_stock_continental.rst
--- a/tests/scenario_account_stock_continental.rst      Sat Sep 19 11:37:12 
2020 +0200
+++ b/tests/scenario_account_stock_continental.rst      Mon Oct 12 23:19:54 
2020 +0200
@@ -201,6 +201,9 @@
     True
     >>> shipment.state
     'assigned'
+    >>> shipment.click('pick')
+    >>> shipment.state
+    'picked'
     >>> shipment.click('pack')
     >>> shipment.state
     'packed'

Reply via email to