[tryton-debian-vcs] tryton-modules-party branch upstream updated. upstream/3.8.0-1-gfc15d61

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Dec 23 16:52:47 UTC 2015


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

commit fc15d6141c6a51845a5601704c1991637a75f900
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 14:24:15 2015 +0100

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

diff --git a/CHANGELOG b/CHANGELOG
index d09453c..ae5928e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.8.1 - 2015-12-22
+* Bug fixes (see mercurial logs for details)
+
 Version 3.8.0 - 2015-11-02
 * Bug fixes (see mercurial logs for details)
 * Change Party.lang into Property
diff --git a/PKG-INFO b/PKG-INFO
index 8335c2e..1361105 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_party
-Version: 3.8.0
+Version: 3.8.1
 Summary: Tryton module with parties and addresses
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/party.py b/party.py
index b105324..b146c5c 100644
--- a/party.py
+++ b/party.py
@@ -297,7 +297,7 @@ class PartyIdentifier(ModelSQL, ModelView):
     def check_code(self):
         if self.type == 'eu_vat':
             if not vat.is_valid(self.code):
-                self.raise_user_error('invalid_eu_vat', {
+                self.raise_user_error('invalid_vat', {
                         'code': self.code,
                         'party': self.party.rec_name,
                         })
diff --git a/tryton.cfg b/tryton.cfg
index a1844bc..3d98027 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.8.0
+version=3.8.1
 depends:
     country
     ir
diff --git a/trytond_party.egg-info/PKG-INFO b/trytond_party.egg-info/PKG-INFO
index a233e95..635fd9b 100644
--- a/trytond_party.egg-info/PKG-INFO
+++ b/trytond_party.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-party
-Version: 3.8.0
+Version: 3.8.1
 Summary: Tryton module with parties and addresses
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-party



More information about the tryton-debian-vcs mailing list