[FIX] hr_attendance: temporarily comment out conficting demo data

To be fixed properly very soon. See LP bug 791087.

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

bzr revid: odo@openerp.com-20110707122542-f7ug2yyq2qn6epbt
This commit is contained in:
Olivier Dony 2011-07-07 14:25:42 +02:00
parent 17fdd718d4
commit 488cb59396
1 changed files with 5 additions and 1 deletions

View File

@ -122,6 +122,10 @@
<field name="employee_id" ref="hr.employee1"/>
</record>
<!-- FIXME! Commented out to enable installation without creating conflicts
during the first days of a month. To be properly fixed, see
launchpad bug 791087!
<record id="attendance21" model="hr.attendance">
<field eval="time.strftime('%Y-%m-%d 10:00')" name="name"/>
<field name="action">sign_in</field>
@ -133,6 +137,6 @@
<field name="action">sign_out</field>
<field name="employee_id" ref="hr.employee1"/>
</record>
-->
</data>
</openerp>