details: https://code.tryton.org/tryton/commit/efc1af67c449
branch: default
user: Cédric Krier <[email protected]>
date: Thu Feb 12 13:08:44 2026 +0100
description:
Assign shipment before pick in European stock accounting test scenario
diffstat:
modules/account_stock_eu/tests/scenario_account_stock_eu_dispatch.rst | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (27 lines):
diff -r 020da3e8ceff -r efc1af67c449
modules/account_stock_eu/tests/scenario_account_stock_eu_dispatch.rst
--- a/modules/account_stock_eu/tests/scenario_account_stock_eu_dispatch.rst
Wed Feb 11 12:50:17 2026 +0100
+++ b/modules/account_stock_eu/tests/scenario_account_stock_eu_dispatch.rst
Thu Feb 12 13:08:44 2026 +0100
@@ -170,6 +170,7 @@
>>> move.unit_price = Decimal('100.0000')
>>> move.currency = eur
>>> shipment.click('wait')
+ >>> shipment.click('assign_force')
>>> shipment.click('pick')
>>> shipment.click('pack')
>>> shipment.click('do')
@@ -198,6 +199,7 @@
>>> move.unit_price = Decimal('90.0000')
>>> move.currency = eur
>>> shipment.click('wait')
+ >>> shipment.click('assign_force')
>>> shipment.click('pick')
>>> shipment.click('pack')
>>> shipment.click('do')
@@ -243,6 +245,7 @@
>>> move.unit_price = Decimal('120.0000')
>>> move.currency = usd
>>> shipment.click('wait')
+ >>> shipment.click('assign_force')
>>> shipment.click('pick')
>>> shipment.click('pack')
>>> shipment.click('do')