[FIX]traceback when trying to change appraisal plan in employee form view
authorCedric Snauwaert <csn@openerp.com>
Wed, 26 Dec 2012 15:06:44 +0000 (16:06 +0100)
committerCedric Snauwaert <csn@openerp.com>
Wed, 26 Dec 2012 15:06:44 +0000 (16:06 +0100)
lp bug: https://launchpad.net/bugs/1091284 fixed

bzr revid: csn@openerp.com-20121226150644-u6ciicp8cao4bvm3

addons/hr_evaluation/hr_evaluation_view.xml

index 54baee5..52b288f 100644 (file)
             <field name="arch" type="xml">
             <xpath expr="//group[@name='active_group']" position="before">
                 <group string="Appraisals">
-                    <field name="evaluation_plan_id" on_change="onchange_evaluation_plan_id(evaluation_plan_id, evaluation_date)"/>
+                    <field name="evaluation_plan_id"/>
                     <field name="evaluation_date"/>
                 </group>
             </xpath>