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

        issue9634
        review329071002
diffstat:

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

diffs (13 lines):

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

Reply via email to