Bharat Devnani (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-862140-bde into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #862140 in OpenERP Addons: "when creating a new record of evaluation"
  https://bugs.launchpad.net/openobject-addons/+bug/862140

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-862140-bde/+merge/77673

Hello Sir, 

I have applied the solution suggested by Yogesh(OpenERP) i.e removed the 
phase_id from context in hr_evaluation_view.xml of hr_evaluation Module.

Thanks & Regards,
Devnani Bharat R.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-862140-bde/+merge/77673
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-862140-bde.
=== modified file 'hr_evaluation/hr_evaluation_view.xml'
--- hr_evaluation/hr_evaluation_view.xml	2011-09-24 09:10:37 +0000
+++ hr_evaluation/hr_evaluation_view.xml	2011-09-30 09:27:25 +0000
@@ -170,7 +170,7 @@
                     </group>
                     <notebook colspan="4">
                         <page string="Appraisal">
-                            <field name="survey_request_ids" context="{'phase_id': phase_id}" nolabel="1" colspan="4" widget="one2many">
+                            <field name="survey_request_ids" nolabel="1" colspan="4" widget="one2many">
                                 <form string="Interview Evaluation">
                                     <group col="4" colspan="4">
                                         <field name="survey_id"/>

_______________________________________________
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