[tryton-debian-vcs] tryton-modules-stock-package branch debian-jessie-3.2 updated. debian/3.2.2-1-2-gb0624d3

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Dec 23 16:55:11 UTC 2015


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

commit b0624d394a5ec68a22890f4ea125c7a4f8aca8f1
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 14:43:50 2015 +0100

    Releasing debian version 3.2.3-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index f39ceb0..68f5b66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-stock-package (3.2.3-1) unstable; urgency=medium
+
+  * Merging upstream version 3.2.3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 23 Dec 2015 14:43:49 +0100
+
 tryton-modules-stock-package (3.2.2-1) unstable; urgency=medium
 
   * Merging upstream version 3.2.2.
commit 7ea84d9bab21c1dce1e79f2cb7bc35216a1abf16
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 14:43:49 2015 +0100

    Merging upstream version 3.2.3.

diff --git a/CHANGELOG b/CHANGELOG
index bca4d9f..0ad4e6e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.3 - 2015-12-22
+* Bug fixes (see mercurial logs for details)
+
 Version 3.2.2 - 2015-09-10
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 9785153..f46be59 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_stock_package
-Version: 3.2.2
+Version: 3.2.3
 Summary: Tryton module for stock packaging
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/stock.py b/stock.py
index bd4ef88..31921da 100644
--- a/stock.py
+++ b/stock.py
@@ -161,7 +161,7 @@ class ShipmentInReturn(object, PackageMixin):
         for shipment in shipments:
             if not shipment.packages:
                 continue
-            if (len(shipment.outgoing_moves)
+            if (len(shipment.moves)
                     != sum(len(p.moves) for p in shipment.packages)):
                 cls.raise_user_error('package_mismatch', shipment.rec_name)
 
diff --git a/tryton.cfg b/tryton.cfg
index f4a625a..dd2b9f1 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.2.2
+version=3.2.3
 depends:
     ir
     res
diff --git a/trytond_stock_package.egg-info/PKG-INFO b/trytond_stock_package.egg-info/PKG-INFO
index 1ed007b..8e5ab63 100644
--- a/trytond_stock_package.egg-info/PKG-INFO
+++ b/trytond_stock_package.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-stock-package
-Version: 3.2.2
+Version: 3.2.3
 Summary: Tryton module for stock packaging
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-stock-package



More information about the tryton-debian-vcs mailing list