[tryton-debian-vcs] tryton-server branch upstream-3.2 updated. upstream/3.2.8-1-gfce4227

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Sep 21 12:35:11 UTC 2015


The following commit has been merged in the upstream-3.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-server.git;a=commitdiff;h=upstream/3.2.8-1-gfce4227

commit fce4227cb30d29616cd42f319cd97126bae6b837
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Sep 20 21:08:36 2015 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 225eae1..fae7c9c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.9 - 2015-09-07
+* Bug fixes (see mercurial logs for details)
+
 Version 3.2.8 - 2015-07-13
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 1ab80fc..63140e1 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond
-Version: 3.2.8
+Version: 3.2.9
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond.egg-info/PKG-INFO b/trytond.egg-info/PKG-INFO
index 1ab80fc..63140e1 100644
--- a/trytond.egg-info/PKG-INFO
+++ b/trytond.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond
-Version: 3.2.8
+Version: 3.2.9
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond/model/modelsql.py b/trytond/model/modelsql.py
index 58b7dc7..cf4f089 100644
--- a/trytond/model/modelsql.py
+++ b/trytond/model/modelsql.py
@@ -753,7 +753,7 @@ class ModelSQL(ModelStorage):
         all_field_names = set()
 
         # Call before cursor cache cleaning
-        trigger_eligibles = cls.trigger_write_get_eligibles(records)
+        trigger_eligibles = cls.trigger_write_get_eligibles(all_records)
 
         super(ModelSQL, cls).write(records, values, *args)
 
diff --git a/trytond/version.py b/trytond/version.py
index 318bbad..c154501 100644
--- a/trytond/version.py
+++ b/trytond/version.py
@@ -1,6 +1,6 @@
 #This file is part of Tryton.  The COPYRIGHT file at the top level of
 #this repository contains the full copyright notices and license terms.
 PACKAGE = "trytond"
-VERSION = "3.2.8"
+VERSION = "3.2.9"
 LICENSE = "GPL-3"
 WEBSITE = "http://www.tryton.org/"
-- 
tryton-server



More information about the tryton-debian-vcs mailing list