changeset 5eba158e1327 in modules/account_stock_shipment_cost_weight:default
details:
https://hg.tryton.org/modules/account_stock_shipment_cost_weight?cmd=changeset&node=5eba158e1327
description:
Remove default currency on stock move
issue11512
review433171003
diffstat:
tests/scenario_account_stock_shipment_cost_weight.rst | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 1bcaac6781b8 -r 5eba158e1327
tests/scenario_account_stock_shipment_cost_weight.rst
--- a/tests/scenario_account_stock_shipment_cost_weight.rst Wed Sep 14
17:49:57 2022 +0200
+++ b/tests/scenario_account_stock_shipment_cost_weight.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')