Twinkle Christian(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-for-caribou-jam-fix-tch into 
lp:~openerp-dev/openobject-addons/trunk-for-caribou-jam.

Requested reviews:
  OpenERP R&D Team (openerp-dev)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-for-caribou-jam-fix-tch/+merge/126201
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-for-caribou-jam-fix-tch/+merge/126201
Your team OpenERP R&D Team is requested to review the proposed merge of 
lp:~openerp-dev/openobject-addons/trunk-for-caribou-jam-fix-tch into 
lp:~openerp-dev/openobject-addons/trunk-for-caribou-jam.
=== modified file 'survey/test/survey_report.yml'
--- survey/test/survey_report.yml	2012-09-24 14:49:59 +0000
+++ survey/test/survey_report.yml	2012-09-25 08:51:38 +0000
@@ -2,8 +2,8 @@
   I print the Survey Browse Response Report through the wizard.
 -
   !python {model: survey}: |
-    ctx = {'model': 'survey','active_ids': [(6,0,[ref('survey_partner_feedback')])]}
-    data_dict = {'survey_ids' : [(6,0,[ref('survey.survey_partner_feedback')])], 'page_number' : True, 'without_pagebreak': True}
+    ctx = {'model': 'survey','active_ids': [(6,0,[ref('survey_response_0')])]}
+    data_dict = {'response_ids' : [(6,0,[ref('survey.survey_response_0')])], 'page_number' : True, 'without_pagebreak': True}
     from tools import test_reports
     test_reports.try_report_action(cr, uid, 'action_view_survey_print_answer',wiz_data=data_dict, context=ctx, our_module='survey')
 

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to