[tryton-debian-vcs] tryton-modules-stock branch upstream-2.8 updated. upstream/2.8.6-1-g18f5e75
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Aug 26 16:45:12 UTC 2014
The following commit has been merged in the upstream-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock.git;a=commitdiff;h=upstream/2.8.6-1-g18f5e75
commit 18f5e7537b9145b6cbb94a59962ab2c174b89458
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 13:26:23 2014 +0200
Adding upstream version 2.8.7.
diff --git a/CHANGELOG b/CHANGELOG
index 962f381..4dc5e39 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.7 - 2014-08-03
+* Bug fixes (see mercurial logs for details)
+
Version 2.8.6 - 2014-07-02
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 139626a..2f063a2 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_stock
-Version: 2.8.6
+Version: 2.8.7
Summary: Tryton module for stock and inventory
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/shipment.py b/shipment.py
index 9b05c7c..d46df07 100644
--- a/shipment.py
+++ b/shipment.py
@@ -1718,7 +1718,8 @@ class ShipmentInternal(Workflow, ModelSQL, ModelView):
| ~Eval('from_location') | ~Eval('to_location')),
},
domain=[
- ('from_location', '=', Eval('from_location')),
+ ('from_location', 'child_of', [Eval('from_location', -1)],
+ 'parent'),
('to_location', '=', Eval('to_location')),
('company', '=', Eval('company')),
],
diff --git a/tryton.cfg b/tryton.cfg
index 4861955..84fc5ba 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.8.6
+version=2.8.7
depends:
company
currency
diff --git a/trytond_stock.egg-info/PKG-INFO b/trytond_stock.egg-info/PKG-INFO
index dfc415e..79fb699 100644
--- a/trytond_stock.egg-info/PKG-INFO
+++ b/trytond_stock.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-stock
-Version: 2.8.6
+Version: 2.8.7
Summary: Tryton module for stock and inventory
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-stock
More information about the tryton-debian-vcs
mailing list