[MERGE] hr: fixed bug 899234: added noupdate to hr data files

bzr revid: tde@openerp.com-20111221124532-har6wmsdiwu57koe
This commit is contained in:
Thibault Delavallée 2011-12-21 13:45:32 +01:00
commit 35f64fe1e4
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<openerp>
<data>
<data noupdate="1">
<!-- Casual leave -->
<record model="hr.holidays.status" id="holiday_status_cl">

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<data noupdate="1">
<record id="analytic_journal" model="account.analytic.journal">
<field name="code">TS</field>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" ?>
<openerp>
<data>
<data noupdate="1">
<record id="ir_actions_server_timsheet_sheet" model="ir.actions.server">
<field eval="5" name="sequence"/>
<field eval="&quot;&quot;&quot;code&quot;&quot;&quot;" name="state"/>