Hiral Patel (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk_10_hr_interview_clicks_2-hip into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk_10_hr_interview_clicks_2-hip/+merge/133629

Hello,
     I have solved the issue of Interview Requests.

Thanks & Regards,
Hiral Patel
(hip)
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk_10_hr_interview_clicks_2-hip/+merge/133629
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk_10_hr_interview_clicks_2-hip.
=== modified file 'hr_evaluation/hr_evaluation_view.xml'
--- hr_evaluation/hr_evaluation_view.xml	2012-11-05 07:04:08 +0000
+++ hr_evaluation/hr_evaluation_view.xml	2012-11-09 09:00:56 +0000
@@ -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"

=== modified file 'survey/survey_view.xml'
--- survey/survey_view.xml	2012-11-08 14:59:18 +0000
+++ survey/survey_view.xml	2012-11-09 09:00:56 +0000
@@ -45,8 +45,8 @@
                         <group>
                             <field name="id" invisible="1"/>
                             <field name="responsible_id" class="oe_inline" attrs="{'readonly':[('state','=','close')]}"/>
+                            <field name="type" attrs="{'readonly':[('state','=','close')]}" class="oe_inline"/>
                             <field name="send_response" attrs="{'readonly':[('state','=','close')]}"/>
-                            <field name="type" attrs="{'readonly':[('state','=','close')]}"/>
                         </group>
                         <group>
                             <field name="max_response_limit" attrs="{'readonly':[('state','=','close')]}"/>

_______________________________________________
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