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

        issue9634
        review329071002
diffstat:

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

diffs (11 lines):

diff -r c6b3810d8d66 -r c64217983a1f tests/scenario_account_invoice_stock.rst
--- a/tests/scenario_account_invoice_stock.rst  Thu Jul 09 10:21:06 2020 +0100
+++ b/tests/scenario_account_invoice_stock.rst  Mon Oct 12 23:19:54 2020 +0200
@@ -109,6 +109,7 @@
 Ship the products::
 
     >>> shipment.click('assign_force')
+    >>> shipment.click('pick')
     >>> shipment.click('pack')
     >>> shipment.click('done')
     >>> shipment.state

Reply via email to