changeset 9cbd16b1106c in modules/stock_consignment:default
details:
https://hg.tryton.org/modules/stock_consignment?cmd=changeset&node=9cbd16b1106c
description:
Remove default currency on stock move
issue11512
review433171003
diffstat:
tests/scenario_stock_consignment.rst | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 7254b454dc31 -r 9cbd16b1106c tests/scenario_stock_consignment.rst
--- a/tests/scenario_stock_consignment.rst Sat Sep 10 18:34:29 2022 +0200
+++ b/tests/scenario_stock_consignment.rst Thu Sep 29 09:08:06 2022 +0200
@@ -177,6 +177,7 @@
>>> move.product = product
>>> move.quantity = 3
>>> move.unit_price = Decimal('10')
+ >>> move.currency = company.currency
>>> move.from_location = output_loc
>>> move.to_location = customer_loc
>>> shipment_out.click('wait')