[FIX]traceback when trying to change appraisal plan in employee form view

lp bug: https://launchpad.net/bugs/1091284 fixed

bzr revid: csn@openerp.com-20121226150644-u6ciicp8cao4bvm3
This commit is contained in:
Cedric Snauwaert 2012-12-26 16:06:44 +01:00
parent 19b34c4908
commit 75272a5059
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
<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>