[tryton-debian-vcs] tryton-modules-stock branch debian-wheezy-2.6 updated. debian/2.6.8-1-2-g379146f

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-wheezy-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock.git;a=commitdiff;h=debian/2.6.8-1-2-g379146f

commit 379146febe153594e2b41aa9851012e55b3b2b04
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 13:23:36 2014 +0200

    Releasing debian version 2.6.9-1.

diff --git a/debian/changelog b/debian/changelog
index 75956ce..38734be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-stock (2.6.9-1) unstable; urgency=medium
+
+  * Merging upstream version 2.6.9.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Tue, 26 Aug 2014 13:23:36 +0200
+
 tryton-modules-stock (2.6.8-1) unstable; urgency=medium
 
   * Merging upstream version 2.6.8.
commit 5e6a4ca973d77f49ff37adeffa916c05c574e66b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 13:23:33 2014 +0200

    Merging upstream version 2.6.9.

diff --git a/CHANGELOG b/CHANGELOG
index 8b149a4..85046fc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.9 - 2014-08-03
+* Bug fixes (see mercurial logs for details)
+
 Version 2.6.8 - 2014-07-02
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index e28f91a..217a53b 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_stock
-Version: 2.6.8
+Version: 2.6.9
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/shipment.py b/shipment.py
index 6299aa0..00b7d48 100644
--- a/shipment.py
+++ b/shipment.py
@@ -1740,7 +1740,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 32474b4..5dcc366 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.6.8
+version=2.6.9
 depends:
     company
     currency
diff --git a/trytond_stock.egg-info/PKG-INFO b/trytond_stock.egg-info/PKG-INFO
index 33b4e45..1c8eaf2 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.6.8
+Version: 2.6.9
 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