openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #13266
[Bug 912354] Re: res_bank.py
** Description changed:
IMHO the "raise" is incomplete code
+++ openerp/addons/base/res/res_bank.py 2012-01-05 07:25:15 +0000
@@ -186,7 +186,7 @@
- result = t.format_layout % val._data[val.id]
- except:
- result += ' [Formating Error]'
+ result = t.format_layout % val._data[val.id]
+ except:
+ result += ' [Formating Error]'
- raise
+ #raise
- res.append((val.id, result))
- return res
+ res.append((val.id, result))
+ return res
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/912354
Title:
res_bank.py
Status in OpenERP Server:
Confirmed
Bug description:
IMHO the "raise" is incomplete code
+++ openerp/addons/base/res/res_bank.py 2012-01-05 07:25:15 +0000
@@ -186,7 +186,7 @@
result = t.format_layout % val._data[val.id]
except:
result += ' [Formating Error]'
- raise
+ #raise
res.append((val.id, result))
return res
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/912354/+subscriptions
References