[IMP] Base: In Configuration Wizards actions tree view put Action field before Category field

bzr revid: aag@tinyerp.co.in-20110629093002-dn3gadkr7ar2eu0t
This commit is contained in:
aag (OpenERP) 2011-06-29 15:00:02 +05:30
parent 43286f89bf
commit bfd2ab534a
1 changed files with 1 additions and 1 deletions

View File

@ -1878,8 +1878,8 @@
<field name="arch" type="xml">
<tree editable="bottom" string="Config Wizard Steps">
<field name="sequence"/>
<field name="category_id"/>
<field name="action_id"/>
<field name="category_id"/>
<field name="type"/>
<field name="state" readonly="1"/>
<button name="action_launch" states="open" string="Launch" type="object" icon="gtk-execute" help="Launch Configuration Wizard"/>