diff --git a/account_banking/__terp__.py b/account_banking/__terp__.py index 9c931b771..07d41d16f 100644 --- a/account_banking/__terp__.py +++ b/account_banking/__terp__.py @@ -25,7 +25,7 @@ ############################################################################## { 'name': 'Account Banking', - 'version': '0.1.54', + 'version': '0.1.55', 'license': 'GPL-3', 'author': 'EduSense BV', 'website': 'http://www.edusense.nl', diff --git a/account_banking/record.py b/account_banking/record.py index 8baa9b317..50c863bae 100644 --- a/account_banking/record.py +++ b/account_banking/record.py @@ -95,7 +95,7 @@ class DateField(Field): def take(self, buffer): value = super(DateField, self).take(buffer) if value: - return self.cast(strpdate(value, self.dateformat)) + return strpdate(value, self.dateformat) return self.auto and date.today() or None class RightAlignedField(Field): diff --git a/account_banking_fi_patu/__terp__.py b/account_banking_fi_patu/__terp__.py index bb183cd78..fa55537f1 100644 --- a/account_banking_fi_patu/__terp__.py +++ b/account_banking_fi_patu/__terp__.py @@ -26,7 +26,7 @@ ############################################################################## { 'name': 'Account Banking PATU module', - 'version': '0.54', + 'version': '0.55', 'license': 'GPL-3', 'author': 'Sami Haahtinen', 'website': 'http://ressukka.net', diff --git a/account_banking_nl_clieop/__terp__.py b/account_banking_nl_clieop/__terp__.py index c0e528755..7236c5aa8 100644 --- a/account_banking_nl_clieop/__terp__.py +++ b/account_banking_nl_clieop/__terp__.py @@ -25,7 +25,7 @@ ############################################################################## { 'name': 'Account Banking NL ClieOp', - 'version': '0.54', + 'version': '0.55', 'license': 'GPL-3', 'author': 'EduSense BV', 'website': 'http://www.edusense.nl', diff --git a/account_banking_nl_girotel/__terp__.py b/account_banking_nl_girotel/__terp__.py index f212feb8f..a23d70c6a 100644 --- a/account_banking_nl_girotel/__terp__.py +++ b/account_banking_nl_girotel/__terp__.py @@ -25,7 +25,7 @@ ############################################################################## { 'name': 'Account Banking - Girotel', - 'version': '0.54', + 'version': '0.55', 'license': 'GPL-3', 'author': 'EduSense BV', 'website': 'http://www.edusense.nl', diff --git a/account_banking_nl_multibank/__terp__.py b/account_banking_nl_multibank/__terp__.py index dbc7f64b5..da9b0efe4 100644 --- a/account_banking_nl_multibank/__terp__.py +++ b/account_banking_nl_multibank/__terp__.py @@ -25,7 +25,7 @@ ############################################################################## { 'name': 'Account Banking', - 'version': '0.54', + 'version': '0.55', 'license': 'GPL-3', 'author': 'EduSense BV', 'website': 'http://www.edusense.nl',