← Back to team overview

openerp-mgmtsystem-core-editors team mailing list archive

[Merge] lp:~invitu/openerp-mgmtsystem/7-0_noreload_data into lp:openerp-mgmtsystem

 

invitu has proposed merging lp:~invitu/openerp-mgmtsystem/7-0_noreload_data into lp:openerp-mgmtsystem.

Requested reviews:
  OpenERP Management System Core Editors (openerp-mgmtsystem-core-editors)

For more details, see:
https://code.launchpad.net/~invitu/openerp-mgmtsystem/7-0_noreload_data/+merge/208236

Some sample data should not be recreated if deleted
-- 
https://code.launchpad.net/~invitu/openerp-mgmtsystem/7-0_noreload_data/+merge/208236
Your team OpenERP Management System Core Editors is requested to review the proposed merge of lp:~invitu/openerp-mgmtsystem/7-0_noreload_data into lp:openerp-mgmtsystem.
=== modified file 'mgmtsystem_hazard/mgmtsystem_hazard_data.xml'
--- mgmtsystem_hazard/mgmtsystem_hazard_data.xml	2012-03-09 23:47:59 +0000
+++ mgmtsystem_hazard/mgmtsystem_hazard_data.xml	2014-02-25 21:52:30 +0000
@@ -1,70 +1,70 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
-    <data>
+    <data noupdate="1">
 
         <!-- hazard hazard -->
 
-        <record id="hazard_spilling" model="mgmtsystem.hazard.hazard">
+        <record id="hazard_spilling" model="mgmtsystem.hazard.hazard" forcecreate="0">
             <field name="name">Spilling</field>
         </record>
 
-        <record id="hazard_fire_explosion" model="mgmtsystem.hazard.hazard">
+        <record id="hazard_fire_explosion" model="mgmtsystem.hazard.hazard" forcecreate="0">
             <field name="name">Fire / Explosion</field>
         </record>
 
-        <record id="hazard_intoxication" model="mgmtsystem.hazard.hazard">
+        <record id="hazard_intoxication" model="mgmtsystem.hazard.hazard" forcecreate="0">
             <field name="name">Intoxication</field>
         </record>
 
-        <record id="hazard_breakage" model="mgmtsystem.hazard.hazard">
+        <record id="hazard_breakage" model="mgmtsystem.hazard.hazard" forcecreate="0">
             <field name="name">Breakage</field>
         </record>
 
-        <record id="hazard_electric_bilge" model="mgmtsystem.hazard.hazard">
+        <record id="hazard_electric_bilge" model="mgmtsystem.hazard.hazard" forcecreate="0">
             <field name="name">Electric Bilge</field>
         </record>
 
         <!-- origin -->
 
-        <record id="origin_ignition_gas" model="mgmtsystem.hazard.origin">
+        <record id="origin_ignition_gas" model="mgmtsystem.hazard.origin" forcecreate="0">
             <field name="name">Ignition of Flammable Gas</field>
         </record>
 
-        <record id="origin_panic" model="mgmtsystem.hazard.origin">
+        <record id="origin_panic" model="mgmtsystem.hazard.origin" forcecreate="0">
             <field name="name">Panic</field>
         </record>
 
-        <record id="origin_exposure" model="mgmtsystem.hazard.origin">
+        <record id="origin_exposure" model="mgmtsystem.hazard.origin" forcecreate="0">
             <field name="name">Exposure to Hazardous Materials</field>
         </record>
 
-        <record id="origin_containment" model="mgmtsystem.hazard.origin">
+        <record id="origin_containment" model="mgmtsystem.hazard.origin" forcecreate="0">
             <field name="name">Containment Failure</field>
         </record>
 
-        <record id="origin_leak" model="mgmtsystem.hazard.origin">
+        <record id="origin_leak" model="mgmtsystem.hazard.origin" forcecreate="0">
             <field name="name">Gas Leak</field>
         </record>
 
-        <record id="origin_aging" model="mgmtsystem.hazard.origin">
+        <record id="origin_aging" model="mgmtsystem.hazard.origin" forcecreate="0">
             <field name="name">Materials Aging</field>
         </record>
 
         <!-- type -->
 
-        <record id="type_ohsas_position" model="mgmtsystem.hazard.type">
+        <record id="type_ohsas_position" model="mgmtsystem.hazard.type" forcecreate="0">
             <field name="name">OHSAS - Position</field>
         </record>
 
-        <record id="type_ohsas_action" model="mgmtsystem.hazard.type">
+        <record id="type_ohsas_action" model="mgmtsystem.hazard.type" forcecreate="0">
             <field name="name">OHSAS - Action</field>
         </record>
 
-        <record id="type_ems_position" model="mgmtsystem.hazard.type">
+        <record id="type_ems_position" model="mgmtsystem.hazard.type" forcecreate="0">
             <field name="name">EMS - Position</field>
         </record>
 
-        <record id="type_ems_action" model="mgmtsystem.hazard.type">
+        <record id="type_ems_action" model="mgmtsystem.hazard.type" forcecreate="0">
             <field name="name">EMS - Action</field>
         </record>
 
@@ -102,19 +102,19 @@
 
         <!-- risk_type -->
 
-        <record id="risk_type_physical" model="mgmtsystem.hazard.risk.type">
+        <record id="risk_type_physical" model="mgmtsystem.hazard.risk.type" forcecreate="0">
             <field name="name">Physical</field>
         </record>
 
-        <record id="risk_type_chemical" model="mgmtsystem.hazard.risk.type">
+        <record id="risk_type_chemical" model="mgmtsystem.hazard.risk.type" forcecreate="0">
             <field name="name">Chemical</field>
         </record>
 
-        <record id="risk_type_fire" model="mgmtsystem.hazard.risk.type">
+        <record id="risk_type_fire" model="mgmtsystem.hazard.risk.type" forcecreate="0">
             <field name="name">Fire</field>
         </record>
 
-        <record id="risk_type_environment" model="mgmtsystem.hazard.risk.type">
+        <record id="risk_type_environment" model="mgmtsystem.hazard.risk.type" forcecreate="0">
             <field name="name">Environment</field>
         </record>