[FIX] fields.o2m.set(): typo in previous commit, should pass IDs as list to write()
[odoo/odoo.git] / bin / addons / base / res / res_config.xml
index b193dae..56432f5 100644 (file)
@@ -5,20 +5,87 @@
       <field name="model">res.config</field>
       <field name="type">form</field>
       <field name="arch" type="xml">
+       <form>
+         <group colspan="4" col="8">
+           <group colspan="1" width="220">
+             <field name="config_logo" widget="image" width="220" height="130" nolabel="1"/>
+             <newline/>
+             <label align="0.0" string="description" width="200" colspan="2"/>
+           </group>
+           <separator string="vsep" orientation="vertical" colspan="1" rowspan="12"/>
+           <group colspan="6">
+             <separator string="title" colspan="4"/>
+             <group string="res_config_contents"/>
+           </group>
+         </group>
+         <group colspan="8" col="8">
+           <separator string="" colspan="6"/>
+           <group colspan="4" width="220">
+             <field name="progress" widget="progressbar" nolabel="1" colspan="2"/>
+           </group>
+           <button name="action_skip" icon="gtk-jump-to" special="cancel"
+                   type="object" string="Skip" colspan="1"/>
+           <button name="action_next" icon="gtk-go-forward"
+                   type="object" string="Next" colspan="1"/>
+         </group>
+        </form>
+      </field>
+    </record>
+
+    <record id="view_config_wizard_form" model="ir.ui.view">
+      <field name="name">Compabitiliby configuration wizard</field>
+      <field name="model">ir.actions.configuration.wizard</field>
+      <field name="type">form</field>
+      <field name="arch" type="xml">
+        <form string="Next Configuration Step">
+          <image name="gtk-dialog-info"/>
+          <group>
+            <field name="note" nolabel="1" colspan="4" width="500"/>
+            <group colspan="4" col="8">
+              <field name="progress" widget="progressbar"/>
+              <label string="" colspan="4"/>
+              <group colspan="1" col="2">
+                <button name="action_next" icon="gtk-go-forward"
+                        type="object" string="Continue"/>
+              </group>
+            </group>
+          </group>
+        </form>
+      </field>
+    </record>
+
+    <record id="res_config_installer" model="ir.ui.view">
+      <field name="name">Inheritable view for installer objects</field>
+      <field name="model">res.config.installer</field>
+      <field name="type">form</field>
+      <field name="arch" type="xml">
         <form>
-          <group string="res_config_contents">
+          <group colspan="4" col="8">
+            <group colspan="1" width="220" height="250">
+              <field name="config_logo" widget="image" width="220" height="130" nolabel="1" colspan="1"/>
+              <newline/>
+              <label align="0.0" string="description" width="200" colspan="2"/>
+            </group>
+            <separator string="vsep" orientation="vertical" colspan="1" rowspan="12"/>
+            <group colspan="6">
+              <separator string="title" colspan="4"/>
+              <group colspan="8"/>
+            </group>
           </group>
-          <separator string="" colspan="4"/>
-          <field name="progress" widget="progressbar" nolabel="1" colspan="1"/>
-          <label string="" colspan="1"/>
-          <group colspan="2" col="4">
-            <button name="action_skip" icon="gtk-cancel" special="cancel"
-                    type="object" string="Skip"/>
-            <button name="action_next" icon="gtk-ok"
-                    type="object" string="Record"/>
+          <group colspan="8" col="8">
+            <separator string="" colspan="8"/>
+            <group colspan="4" width="220">
+              <field name="progress" widget="progressbar" nolabel="1" colspan="2"/>
+            </group>
+            <button name="action_skip" icon="gtk-jump-to" special="cancel"
+                    type="object" string="Skip" colspan="1"/>
+            <button name="action_next" icon="gtk-go-forward"
+                    type="object" string="Install Modules" colspan="1"/>
           </group>
         </form>
+
       </field>
     </record>
+
   </data>
 </openerp>