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

        issue11512
        review433171003
diffstat:

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

diffs (11 lines):

diff -r 45c110d81a67 -r 0e9e3d053b6d tests/scenario_carrier_weight.rst
--- a/tests/scenario_carrier_weight.rst Sat Sep 10 17:35:38 2022 +0200
+++ b/tests/scenario_carrier_weight.rst Thu Sep 29 09:08:06 2022 +0200
@@ -132,6 +132,7 @@
     >>> move.product = product
     >>> move.quantity = 4
     >>> move.unit_price = Decimal('8')
+    >>> move.currency = company.currency
     >>> shipment.carrier = carrier
     >>> shipment.cost_used
     Decimal('25.0000')

Reply via email to