[IMP]:template of configuration wizards
authornch@tinyerp.com <>
Wed, 5 May 2010 11:16:30 +0000 (16:46 +0530)
committernch@tinyerp.com <>
Wed, 5 May 2010 11:16:30 +0000 (16:46 +0530)
bzr revid: nch@tinyerp.com-20100505111630-ygnzg2lnwi832hsg

bin/addons/base/res/res_config.xml

index 1615b8a..95e36b8 100644 (file)
       <field name="type">form</field>
       <field name="arch" type="xml">
         <form>
-          <group colspan="4">
-            <group colspan="4" col="12">
-              <group colspan="2">
-                <field name="config_logo" widget="image" nolabel="1" colspan="1"/>
-                <newline/>
-                <label align="0.0" string="description" width="200"/>
-              </group>
-              <group colspan="2">
-                       <separator string="vsep" position="vertical" colspan="1" rowspan="12"/>
-                 </group>
-              <group>
-               <separator string="title" colspan="4"/>
-                <group colspan="8" />
+               <group colspan="4" col="8">
+               <group colspan="4" width="200" height="250">
+                       <field name="config_logo" widget="image" nolabel="1" colspan="1"/>
+                       <newline/>
+                       <label align="0.0" string="description" width="200" colspan="2"/>
+                       <separator string="vsep" position="vertical" colspan="1" rowspan="12"/>
                </group>
-            </group>
-          </group>
-          <group colspan="4" col="8">
-               <separator string="" colspan="8"/>
-            <field name="progress" widget="progressbar" nolabel="1"/>
-            <label string="" colspan="5"/>
-            <group colspan="1">
-              <button name="action_skip" icon="gtk-goto-last" special="cancel"
-                      type="object" string="Skip"/>
-            </group>
-            <group colspan="1">
-              <button name="action_next" icon="gtk-go-forward"
-                      type="object" string="Install Modules"/>
-            </group>
-          </group>
+               <group colspan="4">
+                       <separator string="title" colspan="4"/>
+                       <group colspan="8"/>
+               </group>
+                       </group>
+               <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-goto-last" 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>