credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #02884
[Bug 912354] [NEW] res_bank.py
Public bug reported:
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
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/912354
Title:
res_bank.py
Status in OpenERP Addons (modules):
New
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-addons/+bug/912354/+subscriptions
Follow ups
References