[tryton-debian-vcs] tryton-modules-stock branch upstream-3.8 updated. upstream/3.8.2-1-g467a6f3
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Sun Sep 4 16:59:54 UTC 2016
The following commit has been merged in the upstream-3.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock.git;a=commitdiff;h=upstream/3.8.2-1-g467a6f3
commit 467a6f36cace7c3b436ea2d1f1d5d43e03c8d5d1
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Sep 3 20:44:39 2016 +0200
Adding upstream version 3.8.3.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 7054a91..c0e46df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.8.3 - 2016-09-03
+* Bug fixes (see mercurial logs for details)
+
Version 3.8.2 - 2016-07-04
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index dd84169..c623e2a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_stock
-Version: 3.8.2
+Version: 3.8.3
Summary: Tryton module for stock and inventory
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/inventory.py b/inventory.py
index d8d7820..df21454 100644
--- a/inventory.py
+++ b/inventory.py
@@ -192,6 +192,9 @@ class Inventory(Workflow, ModelSQL, ModelView):
grouping = cls.grouping()
to_create = []
for inventory in inventories:
+ # Once done computation is wrong because include created moves
+ if inventory.state == 'done':
+ continue
# Compute product quantities
if fill:
product_ids = None
diff --git a/tryton.cfg b/tryton.cfg
index 8847166..72fff07 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.8.2
+version=3.8.3
depends:
company
currency
diff --git a/trytond_stock.egg-info/PKG-INFO b/trytond_stock.egg-info/PKG-INFO
index 60a5c14..66941bd 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: 3.8.2
+Version: 3.8.3
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