changeset ae1b17b39685 in modules/stock_package_shipping_ups:default
details:
https://hg.tryton.org/modules/stock_package_shipping_ups?cmd=changeset;node=ae1b17b39685
description:
Add picked step to customer shipment workflow
issue9634
review329071002
diffstat:
tests/scenario_shipping_ups.rst | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r c2b15d6066e4 -r ae1b17b39685 tests/scenario_shipping_ups.rst
--- a/tests/scenario_shipping_ups.rst Thu Oct 08 23:08:25 2020 +0200
+++ b/tests/scenario_shipping_ups.rst Mon Oct 12 23:19:54 2020 +0200
@@ -208,6 +208,7 @@
>>> shipment.shipping_description = 'Football Players'
>>> shipment.click('assign_try')
True
+ >>> shipment.click('pick')
>>> pack = shipment.packages.new()
>>> pack.type = ups_box
>>> pack_move, = pack.moves.find([])