[tryton-debian-vcs] tryton-modules-stock branch upstream-2.6 updated. upstream/2.6.7-1-g6a10380
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Jul 3 16:02:50 UTC 2014
The following commit has been merged in the upstream-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock.git;a=commitdiff;h=upstream/2.6.7-1-g6a10380
commit 6a10380ed0844e7853e121e21771fd8e3b646da7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Jul 3 14:17:00 2014 +0200
Adding upstream version 2.6.8.
diff --git a/CHANGELOG b/CHANGELOG
index e621128..8b149a4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.8 - 2014-07-02
+* Bug fixes (see mercurial logs for details)
+
Version 2.6.7 - 2014-05-07
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index d9df2ce..e28f91a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_stock
-Version: 2.6.7
+Version: 2.6.8
Summary: Tryton module for stock and inventory
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/product.py b/product.py
index c4c4699..5b37e34 100644
--- a/product.py
+++ b/product.py
@@ -160,7 +160,7 @@ class Product:
cost_values = {}
context = {}
trans_context = Transaction().context
- if 'stock_date_end' in context:
+ if trans_context.get('stock_date_end'):
context['_datetime'] = trans_context['stock_date_end']
with Transaction().set_context(context):
for product in products:
diff --git a/tryton.cfg b/tryton.cfg
index 7ed4d7e..32474b4 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.6.7
+version=2.6.8
depends:
company
currency
diff --git a/trytond_stock.egg-info/PKG-INFO b/trytond_stock.egg-info/PKG-INFO
index e536879..33b4e45 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.7
+Version: 2.6.8
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