[MERGE]merge with main branch
authorTwinkle Christian (OpenERP) <tch@tinyerp.com>
Fri, 24 Aug 2012 08:42:32 +0000 (14:12 +0530)
committerTwinkle Christian (OpenERP) <tch@tinyerp.com>
Fri, 24 Aug 2012 08:42:32 +0000 (14:12 +0530)
bzr revid: tch@tinyerp.com-20120824084232-8b0x7euh7m9f0yor

openerp/addons/base/res/res_bank.py

index dbf098f..112e64d 100644 (file)
@@ -201,7 +201,7 @@ class res_partner_bank(osv.osv):
                         result = self._prepare_name_get(cr, uid, t, val, context=context)
                     except:
                         result += ' [Formatting Error]'
-                        raise osv.except_osv(_("Formating Error"), _("Invalid Bank name"))
+                        raise osv.except_osv(_("Formating Error"), _("Invalid Bank Account Type Name format."))
             res.append((val.id, result))
         return res