Add issue5578.diff

This commit is contained in:
Raimon Esteve 2018-11-14 09:53:01 +01:00
parent e6c9c9da33
commit 45c8026eb1
2 changed files with 13 additions and 1 deletions

12
issue7856.diff Normal file
View File

@ -0,0 +1,12 @@
diff -r f8b0365a4027 trytond/trytond/modules/stock/move.py
--- a/trytond/trytond/modules/stock/move.py Wed Nov 14 09:47:57 2018 +0100
+++ b/trytond/trytond/modules/stock/move.py Wed Nov 14 09:48:32 2018 +0100
@@ -845,6 +845,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(

2
series
View File

@ -76,6 +76,6 @@ issue7129.diff # [account_payment] Slow to list Lines to Pay
issue4958.diff # [account_payment] Remove account kind filter on Payable/Receivable lines
filestore.diff # [trytond] changeset-06e955c4465e + changeset-a8d3c527a445
issue7395.diff # [account_asset] Crash Depreciation Table repot when lines date is out of range asset start/end
issue7856.diff # [stock] Can't move qty from a parent location to child location
#issue7334.diff # [trytond] read history that created_date is before the requested create_date