[IMP] In openerp report designer wizard remove the configure icon and in reporting configuration wizard remove skip button and put heighlighted ok button

bzr revid: baradmahendra344@gmail.com-20130603105513-bwwovqplm5ypipv7
This commit is contained in:
Mahendra Barad (OpenERP Trainee) 2013-06-03 16:25:13 +05:30
parent b01c8dfafd
commit 977ddc199e
1 changed files with 7 additions and 2 deletions

View File

@ -14,9 +14,14 @@
<label string="This plug-in allows you to create/modify OpenERP Reports into OpenOffice Writer."/>
</separator>
<xpath expr="//button[@string='Install Modules']" position="replace">
<button name="action_next" icon="gtk-go-forward" type="object" string="Configure" invisible="context.get('menu',False)" class="oe_highlight"/>
<button name="action_next" type="object" string="Configure" invisible="context.get('menu',False)" class="oe_highlight"/>
</xpath>
<xpath expr="//button[@string='Skip']" position="after">
<button string="Ok" class="oe_highlight" special="cancel" invisible="context.get('active_model')"/>
</xpath>
<xpath expr="//button[@string='Skip']" position="replace">
<button string="Skip" class="oe_link" special="cancel" invisible="context.get('menu',False)"/>
</xpath>
<xpath expr="//separator[@string='title']" position="after">
<group colspan="8" height="450" width="750">
<field name="name" invisible="1"/>