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

        issue9634
        review329071002
diffstat:

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

diffs (11 lines):

diff -r 6e65870ff867 -r b61ad211ce62 
tests/scenario_stock_location_move_empty.rst
--- a/tests/scenario_stock_location_move_empty.rst      Thu Jul 09 10:21:07 
2020 +0100
+++ b/tests/scenario_stock_location_move_empty.rst      Mon Oct 12 23:19:54 
2020 +0200
@@ -127,6 +127,7 @@
     >>> shipment.click('wait')
     >>> shipment.click('assign_try')
     True
+    >>> shipment.click('pick')
     >>> shipment.click('pack')
     >>> shipment.click('done')
 

Reply via email to