[tryton-debian-vcs] tryton-modules-stock branch upstream-4.2 updated. upstream/4.2.3-1-gc7ae2c7

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Oct 5 12:27:51 UTC 2017


The following commit has been merged in the upstream-4.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock.git;a=commitdiff;h=upstream/4.2.3-1-gc7ae2c7

commit c7ae2c73a2078b2e97fa8e20aa3c677e30e6f9a6
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Oct 5 12:10:28 2017 +0200

    Adding upstream version 4.2.4.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index 68b3eea..dbf291c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.2.4 - 2017-10-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.3 - 2017-08-08
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 22c2bb5..8a0b07e 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_stock
-Version: 4.2.3
+Version: 4.2.4
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/period.py b/period.py
index 2a272df..671bf48 100644
--- a/period.py
+++ b/period.py
@@ -69,7 +69,6 @@ class Period(Workflow, ModelSQL, ModelView):
         if grouping == ('product',):
             return pool.get('stock.period.cache')
 
-    @classmethod
     def get_rec_name(self, name):
         return str(self.date)
 
diff --git a/tryton.cfg b/tryton.cfg
index a6c9b63..196d020 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.3
+version=4.2.4
 depends:
     company
     currency
diff --git a/trytond_stock.egg-info/PKG-INFO b/trytond_stock.egg-info/PKG-INFO
index 970820f..79592fb 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: 4.2.3
+Version: 4.2.4
 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