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

        issue11512
        review433171003
diffstat:

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

diffs (11 lines):

diff -r 520668539bc8 -r a8081d8b5d8f 
tests/scenario_stock_internal_supply_lead_time.rst
--- a/tests/scenario_stock_internal_supply_lead_time.rst        Sat Sep 10 
18:34:29 2022 +0200
+++ b/tests/scenario_stock_internal_supply_lead_time.rst        Thu Sep 29 
09:08:06 2022 +0200
@@ -101,6 +101,7 @@
     >>> move.from_location = sec_warehouse_loc.output_location
     >>> move.to_location = customer_loc
     >>> move.unit_price = Decimal('20')
+    >>> move.currency = company.currency
     >>> shipment.click('wait')
     >>> shipment.state
     'waiting'

Reply via email to