[IMP] Redraw the screen

bzr revid: stephane@tinyerp.com-20081202165735-gzz08zyhprsp7dxj
This commit is contained in:
Stephane Wirtel 2008-12-02 17:57:35 +01:00
parent 0e51c6a2c1
commit 122c20af25
1 changed files with 13 additions and 7 deletions

View File

@ -54,14 +54,20 @@
<field name="model">maintenance.contract.wizard</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Add Maintenance Contract">
<separator string="Add Maintenance Contract" colspan="2"/>
<form string="Add Maintenance Contract" col="4">
<image name="gtk-dialog-info" />
<group>
<separator string="Add Maintenance Contract" colspan="2"/>
<newline />
<field name="name" />
<newline />
<field name="password" password="True" />
</group>
<newline />
<field name="name" />
<newline />
<field name="password" password="True" />
<newline />
<label string="" /><button name="validate_cb" type="object" string="Validate" />
<group colspan="2">
<button type="object" string="Cancel" special="cancel" icon="gtk-cancel" />
<button name="action_validate" type="object" string="Validate" icon="gtk-apply" />
</group>
</form>
</field>
</record>