[FIX] Base_module_creator : Corrected the action creation of custom report with correct Model. (Ref : Case 4102)

bzr revid: jvo@tinyerp.com-20110221074913-xhpn3b88l1oq29m7
This commit is contained in:
Jay Vora (OpenERP) 2011-02-21 13:19:13 +05:30
parent dc61e547ae
commit 486631b2e2
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class report_menu_create(osv.osv_memory):
'view_type':'form',
'view_mode':view,
'context': "{'report_id':%d}" % (board.id,),
'res_model': 'base_report_creator.report',
'res_model': 'base_report_creator_report.result',
'search_view_id': res['res_id']
})