[FIX] ir.actions: remove leftover debug breakpoint - sorry about it :-( - also note that previous commit changed the report_type field of ir.actions.report.xml from selection to char to be more easily extended

bzr revid: odo@openerp.com-20101001125134-b6dovx9vs12lcndy
This commit is contained in:
Olivier Dony 2010-10-01 14:51:34 +02:00
parent 05c30d29f4
commit 8f99c6ebcd
1 changed files with 0 additions and 2 deletions

View File

@ -100,8 +100,6 @@ class report_xml(osv.osv):
cr.execute("SELECT * FROM ir_act_report_xml WHERE auto=%s ORDER BY id", (True,))
result = cr.dictfetchall()
svcs = netsvc.Service._services
import pdb
pdb.set_trace()
for r in result:
if svcs.has_key('report.'+r['report_name']):
continue