Rajout du dossier data
authorAlicia FLOREZ <alicflorez@gmail.com>
Thu, 2 May 2013 09:51:39 +0000 (11:51 +0200)
committerAlicia FLOREZ <alicflorez@gmail.com>
Thu, 2 May 2013 09:51:39 +0000 (11:51 +0200)
datas/moa.xml [new file with mode: 0644]
datas/moe.xml [new file with mode: 0644]

diff --git a/datas/moa.xml b/datas/moa.xml
new file mode 100644 (file)
index 0000000..adc43f4
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<openerp>
+    <data noupdate="1">
+        <record id="moa0" model="projet.moa">
+            <field name="name">MOA of the doum</field>
+            <field name="description">Description de ma première MOA</field>
+            <field name="chose">primaire</field>
+        </record>
+    </data>
+</openerp>
\ No newline at end of file
diff --git a/datas/moe.xml b/datas/moe.xml
new file mode 100644 (file)
index 0000000..7747ccf
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<openerp>
+    <data noupdate="1">
+        <record id="moe0" model="projet.moe">
+            <field name="name">MOE of the doum</field>
+            <field name="description">Description de ma première MOE</field>
+            <field name="chose">primaire</field>
+        </record>
+    </data>
+</openerp>
\ No newline at end of file