[tryton-debian-vcs] tryton-modules-stock branch debian-jessie-2.8 updated. debian/2.8.6-1-2-g67ecba9

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Aug 26 16:45:11 UTC 2014


The following commit has been merged in the debian-jessie-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock.git;a=commitdiff;h=debian/2.8.6-1-2-g67ecba9

commit 67ecba9b8c16ebb1baac65a493d236a8a27da3aa
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 13:26:26 2014 +0200

    Releasing debian version 2.8.7-1.

diff --git a/debian/changelog b/debian/changelog
index e8442de..874a63e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-stock (2.8.7-1) unstable; urgency=medium
+
+  * Merging upstream version 2.8.7.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Tue, 26 Aug 2014 13:26:26 +0200
+
 tryton-modules-stock (2.8.6-1) unstable; urgency=medium
 
   * Merging upstream version 2.8.6.
commit 478df04ad2eb36d4b443b36067cdb9ab6668146d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 13:26:24 2014 +0200

    Merging 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