[tryton-debian-vcs] tryton-modules-account-payment-sepa branch upstream updated. upstream/4.4.1-1-gd636091

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun Jul 2 17:54:31 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-account-payment-sepa.git;a=commitdiff;h=upstream/4.4.1-1-gd636091

commit d6360918d6a1ba3b7418a34927595f5929632ba8
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jul 2 17:18:07 2017 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 7fb5bc0..d73d3ad 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.2 - 2017-07-01
+* Bug fixes (see mercurial logs for details)
+
 Version 4.4.1 - 2017-06-06
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index ddd8202..a59c36d 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account_payment_sepa
-Version: 4.4.1
+Version: 4.4.2
 Summary: Tryton module for SEPA payment
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/payment.py b/payment.py
index b44f031..c383337 100644
--- a/payment.py
+++ b/payment.py
@@ -289,7 +289,7 @@ class Payment:
     def search_end_to_end_id(cls, name, domain):
         table = cls.__table__()
         _, operator, value = domain
-        cast = cls.sepa_end_to_end_id.sql_type().base
+        cast = cls.sepa_end_to_end_id._field.sql_type().base
         Operator = fields.SQL_OPERATORS[operator]
         query = table.select(table.id,
             where=Operator(table.id.cast(cast), value))
diff --git a/tryton.cfg b/tryton.cfg
index fc19b37..055f302 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.4.1
+version=4.4.2
 depends:
     account_payment
     company
diff --git a/trytond_account_payment_sepa.egg-info/PKG-INFO b/trytond_account_payment_sepa.egg-info/PKG-INFO
index e627e0a..aa1b975 100644
--- a/trytond_account_payment_sepa.egg-info/PKG-INFO
+++ b/trytond_account_payment_sepa.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-account-payment-sepa
-Version: 4.4.1
+Version: 4.4.2
 Summary: Tryton module for SEPA payment
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-account-payment-sepa



More information about the tryton-debian-vcs mailing list