Bharat Devnani (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-899234-bde into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #899234 in OpenERP Addons: " hr_timesheet/hr_timesheet_data.xml  
update="1" missing"
  https://bugs.launchpad.net/openobject-addons/+bug/899234

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-899234-bde/+merge/84718

Hello Sir, 

I have made data noupdate="1" for hr_holidays/hr_holidays_data.xml, 
hr_timesheet/hr_timesheet_data.xml, 
and hr_timesheet_sheet/hr_timesheet_sheet_data.xml.

Thanks & Regards,
Devnani Bharat R.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-899234-bde/+merge/84718
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-899234-bde.
=== modified file 'hr_holidays/hr_holidays_data.xml'
--- hr_holidays/hr_holidays_data.xml	2011-07-22 11:31:47 +0000
+++ hr_holidays/hr_holidays_data.xml	2011-12-07 06:23:25 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <openerp>
-  <data>
+  <data noupdate="1">
 
     <!-- Casual leave -->
     <record model="hr.holidays.status" id="holiday_status_cl">

=== modified file 'hr_timesheet/hr_timesheet_data.xml'
--- hr_timesheet/hr_timesheet_data.xml	2011-11-17 08:28:10 +0000
+++ hr_timesheet/hr_timesheet_data.xml	2011-12-07 06:23:25 +0000
@@ -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>

=== modified file 'hr_timesheet_sheet/hr_timesheet_sheet_data.xml'
--- hr_timesheet_sheet/hr_timesheet_sheet_data.xml	2011-09-12 14:49:25 +0000
+++ hr_timesheet_sheet/hr_timesheet_sheet_data.xml	2011-12-07 06:23:25 +0000
@@ -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"/>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to