Remove issue7856.diff

This commit is contained in:
Raimon Esteve 2020-02-06 16:14:16 +01:00
parent 653ac4d3b4
commit 03efb6ceac
2 changed files with 0 additions and 21 deletions

View file

@ -1,20 +0,0 @@
diff -r 10d517bd46f1 trytond/trytond/modules/stock/move.py
--- a/trytond/trytond/modules/stock/move.py Wed Nov 14 09:54:25 2018 +0100
+++ b/trytond/trytond/modules/stock/move.py Wed Nov 14 09:55:39 2018 +0100
@@ -907,6 +907,7 @@
if move.state == 'staging':
success = False
continue
+ to_location = move.to_location
# Keep location order for pick_product
location_qties = OrderedDict()
if with_childs:
@@ -919,6 +920,8 @@
else:
childs = [move.from_location]
for location in childs:
+ if location.id == to_location.id:
+ continue
key = get_key(move, location)
if key in pbl:
location_qties[location] = Uom.compute_qty(

1
series
View file

@ -27,7 +27,6 @@ stock_lot_check_moves_without_lot_before_lot_required.diff # [stock_lot] Not all
issue7826.diff # [stock_package] Total packages moves are all
lock_stock_move.diff # [stock] Function to overwrite if lock table or not
issue7856.diff # [stock] Can't move qty from a parent location to child location
stock_locales.diff # [stock] fix locales
sale_list_price.diff # [sale] Can't convert to currency with list price is null (multicompany)