X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fbase_iban%2Fbase_iban.py;h=4f56cfc7286e5efc5c93bdae524d7cbd509f776a;hb=0c41f86c9ba2ce577d533d3b1d538f07f126edf7;hp=92783b8eb74a03a292305c8335889821b7da2698;hpb=cf7ffa4adc308d0c5bc0d60b96961219651f2306;p=odoo%2Fodoo.git diff --git a/addons/base_iban/base_iban.py b/addons/base_iban/base_iban.py index 92783b8..4f56cfc 100644 --- a/addons/base_iban/base_iban.py +++ b/addons/base_iban/base_iban.py @@ -117,7 +117,7 @@ class res_partner_bank(osv.osv): iban_country = self.browse(cr, uid, ids)[0].iban[:2] if default_iban_check(iban_country): iban_example = iban_country in _ref_iban and _ref_iban[iban_country] + ' \nWhere A = Account number, B = National bank code, S = Branch code, C = account No, N = branch No, K = National check digits....' or '' - return _('The IBAN does not seems to be correct. You should have entered something like this %s'), (iban_example) + return _('The IBAN does not seem to be correct. You should have entered something like this %s'), (iban_example) return _('The IBAN is invalid, It should begin with the country code'), () def name_get(self, cr, uid, ids, context=None):