changeset 206a2668b8fa in modules/stock_split:default
details: 
https://hg.tryton.org/modules/stock_split?cmd=changeset&node=206a2668b8fa
description:
        Remove default currency on stock move

        issue11512
        review433171003
diffstat:

 tests/scenario_stock_split_shipment.rst |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 87341f8cd242 -r 206a2668b8fa tests/scenario_stock_split_shipment.rst
--- a/tests/scenario_stock_split_shipment.rst   Mon May 02 17:04:33 2022 +0200
+++ b/tests/scenario_stock_split_shipment.rst   Thu Sep 29 09:08:06 2022 +0200
@@ -63,6 +63,7 @@
     ...     move.from_location = output_loc
     ...     move.to_location = customer_loc
     ...     move.unit_price = Decimal(1)
+    ...     move.currency = company.currency
 
     >>> shipment1.save()
     >>> move1, move2 = shipment1.outgoing_moves

Reply via email to