Ajout des fichiers du wizard oubliƩs
authorAlicia FLOREZ <alicflorez@gmail.com>
Mon, 3 Jun 2013 14:32:35 +0000 (16:32 +0200)
committerAlicia FLOREZ <alicflorez@gmail.com>
Mon, 3 Jun 2013 14:32:35 +0000 (16:32 +0200)
views/wizards/palierPhase.xml [new file with mode: 0644]

diff --git a/views/wizards/palierPhase.xml b/views/wizards/palierPhase.xml
new file mode 100644 (file)
index 0000000..e7df4d6
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<openerp>
+  <data>
+
+
+    <!-- View -->
+    <record model="ir.ui.view" id="wizard_add_phase_to_palier_form">
+      <field name="name">wizard.palier.phase.add</field>
+      <field name="model">cmmi.palier.phase.wizard</field>
+      <field name="arch" type="xml">
+        <form string="Ajouter une phase au palier">
+          <field name="palier_id" colspan="4" readonly="1" />
+          <field name="phase_id" colspan="4" readonly="0" />
+          <button type="object" name="action_add_phase_to_palier" string="Ajouter une phase au palier."/>
+        </form>
+      </field>
+    </record>
+
+    <!-- Actions window -->
+    <record model="ir.actions.act_window" id="wizard_add_phase_to_palier">
+      <field name="name">Ajouter une phase au palier</field>
+      <field name="res_model">cmmi.palier.phase.wizard</field>
+      <field name="view_mode">form</field>
+      <field name="target">new</field>
+    </record>
+
+
+  </data>
+</openerp>