[IMP] Answer Survey action button should be red after sending a request

bzr revid: hip@tinyerp.com-20121109071947-i25qvwx118iqn8p2
This commit is contained in:
Hiral Patel (OpenERP) 2012-11-09 12:49:47 +05:30
parent b151005877
commit 33eca6f1d6
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@
<button string="Send Request" name="survey_req_waiting_answer" type="object"
states="draft" class="oe_highlight"/>
<button string="Answer Survey" name="%(survey.action_view_survey_question_message)d" type="action"
states="waiting_answer"
states="waiting_answer" class="oe_highlight"
context="{'survey_id': survey_id, 'response_id': [response], 'response_no':0, 'active' : response,'request' : True, 'object' : 'hr.evaluation.interview', 'cur_id' : active_id}"
attrs="{'readonly':[('survey_id','=',False)]}"/>
<button string="Done" name="survey_req_done" type="object"