[IMP]:template of configuration wizards

bzr revid: nch@tinyerp.com-20100505111630-ygnzg2lnwi832hsg
This commit is contained in:
nch@tinyerp.com 2010-05-05 16:46:30 +05:30
parent 269825d2fb
commit 998f578786
1 changed files with 21 additions and 28 deletions

View File

@ -60,35 +60,28 @@
<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>