[IMP] add the or lable in between configure and skip button

bzr revid: baradmahendra344@gmail.com-20130603132854-vw5n0988ppacmfdk
This commit is contained in:
Mahendra Barad (OpenERP Trainee) 2013-06-03 18:58:54 +05:30
parent 977ddc199e
commit 290f67fec2
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
</separator>
<xpath expr="//button[@string='Install Modules']" position="replace">
<button name="action_next" type="object" string="Configure" invisible="context.get('menu',False)" class="oe_highlight"/>
<label string="or" invisible="context.get('menu',False)" class="oe_inline"/>
</xpath>
<xpath expr="//button[@string='Skip']" position="after">
<button string="Ok" class="oe_highlight" special="cancel" invisible="context.get('active_model')"/>