[tryton-debian-vcs] tryton-modules-stock branch upstream updated. upstream/4.4.2-1-gf10b615

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 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock.git;a=commitdiff;h=upstream/4.4.2-1-gf10b615

commit f10b615f1dd082025b80ca01afe3ab39cb7fcb86
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Oct 5 12:08:33 2017 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index d25b87a..0b0dc67 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.3 - 2017-10-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.4.2 - 2017-08-08
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 1976bc1..7105358 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_stock
-Version: 4.4.2
+Version: 4.4.3
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/period.py b/period.py
index c874e44..acd6957 100644
--- a/period.py
+++ b/period.py
@@ -72,7 +72,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 66b698c..472b545 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.4.2
+version=4.4.3
 depends:
     company
     currency
diff --git a/trytond_stock.egg-info/PKG-INFO b/trytond_stock.egg-info/PKG-INFO
index 62f834b..c25e83b 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.4.2
+Version: 4.4.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