[tryton-debian-vcs] tryton-modules-party branch debian updated. debian/3.8.0-1-2-g8c282f9

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

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

    Releasing debian version 3.8.1-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index b53d470..8f8e116 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-party (3.8.1-1) unstable; urgency=medium
+
+  * Merging upstream version 3.8.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 23 Dec 2015 14:24:16 +0100
+
 tryton-modules-party (3.8.0-1) unstable; urgency=medium
 
   * Improving description why we can not run the module test suites.
commit 8c6b95e0aa79cdcf3e7d57c8eef3f40f0dc2425a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 14:24:16 2015 +0100

    Merging upstream version 3.8.1.

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