[tryton-debian-vcs] tryton-modules-stock-package branch upstream-3.4 updated. upstream/3.4.1-1-g8577c43
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Dec 23 16:55:14 UTC 2015
The following commit has been merged in the upstream-3.4 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-package.git;a=commitdiff;h=upstream/3.4.1-1-g8577c43
commit 8577c43c075fc0b9b19d2056d25c52f2efe41e29
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Dec 23 14:44:51 2015 +0100
Adding upstream version 3.4.2.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index f01f897..d67823e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.2 - 2015-12-22
+* Bug fixes (see mercurial logs for details)
+
Version 3.4.1 - 2015-02-18
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 04cbf3f..4857285 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_stock_package
-Version: 3.4.1
+Version: 3.4.2
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 bfd23c4..f64ceaa 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.4.1
+version=3.4.2
depends:
ir
res
diff --git a/trytond_stock_package.egg-info/PKG-INFO b/trytond_stock_package.egg-info/PKG-INFO
index 16c4975..850a56f 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.4.1
+Version: 3.4.2
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