[tryton-debian-vcs] tryton-modules-party branch upstream-1.8 created. 7d6c11bd454814a81974808594fb640cee61c229

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:03:41 UTC 2013


The following commit has been merged in the upstream-1.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-party.git;a=commitdiff;h=7d6c11bd454814a81974808594fb640cee61c229
commit 7d6c11bd454814a81974808594fb640cee61c229
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Oct 11 13:50:05 2011 +0200

    Adding upstream version 1.8.1.

diff --git a/CHANGELOG b/CHANGELOG
index 84b4452..f4a0983 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 1.8.1 - 2011-10-01
+* Bug fixes (see mercurial logs for details)
+
 Version 1.8.0 - 2010-11-01
 * Bug fixes (see mercurial logs for details)
 * Add default address on party
diff --git a/PKG-INFO b/PKG-INFO
index c165573..8ac8297 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_party
-Version: 1.8.0
+Version: 1.8.1
 Summary: Define parties, addresses and co.
 Home-page: http://www.tryton.org/
 Author: B2CK
diff --git a/__tryton__.py b/__tryton__.py
index f2fd76d..544c0e7 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -7,7 +7,7 @@
     'name_es_CO': 'Terceros',
     'name_es_ES': 'Terceros',
     'name_fr_FR': 'Tiers',
-    'version' : '1.8.0',
+    'version' : '1.8.1',
     'author' : 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/category.py b/category.py
index 471199d..1dcae09 100644
--- a/category.py
+++ b/category.py
@@ -73,6 +73,6 @@ class Category(ModelSQL, ModelView):
             ids = self.search(domain, order=[])
             return [('id', 'in', ids)]
         #TODO Handle list
-        return [('name',) + clause[1:]]
+        return [('name',) + tuple(clause[1:])]
 
 Category()
diff --git a/trytond_party.egg-info/PKG-INFO b/trytond_party.egg-info/PKG-INFO
index 1c9f583..fda645d 100644
--- a/trytond_party.egg-info/PKG-INFO
+++ b/trytond_party.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-party
-Version: 1.8.0
+Version: 1.8.1
 Summary: Define parties, addresses and co.
 Home-page: http://www.tryton.org/
 Author: B2CK
-- 
tryton-modules-party



More information about the tryton-debian-vcs mailing list