[IMP]sequence of seperator put it before footer

bzr revid: pna@tinyerp.com-20121022071132-0mnigxlvn5yrbxmx
This commit is contained in:
Pinakin Nayi (OpenERP) 2012-10-22 12:41:32 +05:30
parent 50729e753f
commit 2a93fb46b2
1 changed files with 1 additions and 1 deletions

View File

@ -47,11 +47,11 @@ class base_module_upgrade(osv.osv_memory):
ids = self.get_module_list(cr, uid, context=context)
if not ids:
res['arch'] = '''<form string="Upgrade Completed" version="7.0">
<separator string="Upgrade Completed" colspan="4"/>
<footer>
<button name="config" string="Start configuration" type="object"/>
<button special="cancel" string="Close"/>
</footer>
<separator string="Upgrade Completed" colspan="4"/>
</form>'''
return res