changeset 1727a3e6a9a2 in modules/stock_supply:default
details:
https://hg.tryton.org/modules/stock_supply?cmd=changeset;node=1727a3e6a9a2
description:
Don't set default unit price on stock move
issue8119
review255251002
diffstat:
tests/scenario_stock_internal_supply_lead_time.rst | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 7d38e3556a94 -r 1727a3e6a9a2
tests/scenario_stock_internal_supply_lead_time.rst
--- a/tests/scenario_stock_internal_supply_lead_time.rst Sun Apr 07
19:50:04 2019 +0200
+++ b/tests/scenario_stock_internal_supply_lead_time.rst Tue Apr 23
09:10:23 2019 +0200
@@ -100,6 +100,7 @@
>>> move.quantity = 10
>>> move.from_location = sec_warehouse_loc.output_location
>>> move.to_location = customer_loc
+ >>> move.unit_price = Decimal('20')
>>> shipment.click('wait')
>>> shipment.state
'waiting'