[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 a85fb61..56432f5 100644 (file)
@@ -5,22 +5,29 @@
       <field name="model">res.config</field>
       <field name="type">form</field>
       <field name="arch" type="xml">
-        <form>
-          <group string="res_config_contents">
-          </group>
-          <separator string="" colspan="4"/>
-          <group colspan="4" col="8">
-            <field name="progress" widget="progressbar"/>
-            <label string="" colspan="3"/>
-            <group colspan="1" col="2">
-              <button name="action_skip" icon="gtk-goto-last" special="cancel"
-                      type="object" string="Skip"/>
-            </group>
-            <group colspan="1" col="2">
-              <button name="action_next" icon="gtk-go-forward"
-                      type="object" string="Next"/>
-            </group>
-          </group>
+       <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>
       <field name="model">res.config.installer</field>
       <field name="type">form</field>
       <field name="arch" type="xml">
-
         <form>
-          <group>
-            <separator string="title" colspan="4"/>
-            <group colspan="4" col="10">
-              <group colspan="2">
-                <image name="gtk-dialog-info"/>
-                <newline/>
-                <label align="0.0" string="description"/>
-              </group>
+          <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"/>
-          <group colspan="4" col="8">
-            <field name="progress" widget="progressbar"/>
-            <label string="" colspan="3"/>
-            <group colspan="1" col="2">
-              <button name="action_skip" icon="gtk-goto-last" special="cancel"
-                      type="object" string="Skip"/>
-            </group>
-            <group colspan="1" col="2">
-              <button name="action_next" icon="gtk-go-forward"
-                      type="object" string="Install Modules"/>
+          <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>