[FIX] base_module_upgrade: ensure the second view has lower priority to avoid conflicts

bzr revid: odo@openerp.com-20101021154203-bzjdt15ohe754y2v
This commit is contained in:
Olivier Dony 2010-10-21 17:42:03 +02:00
parent 3108df45f3
commit b0dcc6f515
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
<field name="name">Module Upgrade Install</field>
<field name="model">base.module.upgrade</field>
<field name="type">form</field>
<field name="priority" eval="20"/>
<field name="arch" type="xml">
<form string="Apply Scheduled Upgrades">
<separator string="System update completed" colspan="4"/>