[FIX] hr_evaluation: isample data must be noupdate=True

bzr revid: odo@openerp.com-20110722155707-wlyeg9ywc5prj4mx
This commit is contained in:
Olivier Dony 2011-07-22 17:57:07 +02:00
parent 6f1fd6c29a
commit 899f79d944
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<openerp>
<data>
<data noupdate="1">
<record id="survey_2" model="survey">
<field name="title">Employee Evaluation</field>
<field name="max_response_limit">20</field>