changeset 152a8543685f in modules/account_stock_shipment_cost:default
details:
https://hg.tryton.org/modules/account_stock_shipment_cost?cmd=changeset&node=152a8543685f
description:
Remove default currency on stock move
issue11512
review433171003
diffstat:
tests/scenario_account_stock_shipment_cost.rst | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r c7ce84ede416 -r 152a8543685f
tests/scenario_account_stock_shipment_cost.rst
--- a/tests/scenario_account_stock_shipment_cost.rst Wed Sep 14 19:27:28
2022 +0200
+++ b/tests/scenario_account_stock_shipment_cost.rst Thu Sep 29 09:08:06
2022 +0200
@@ -108,6 +108,7 @@
>>> move.from_location = output_loc
>>> move.to_location = customer_loc
>>> move.unit_price = Decimal('100.00')
+ >>> move.currency = company.currency
>>> shipment1.click('wait')
>>> shipment1.click('assign_force')
>>> shipment1.click('pick')