[IMP] remove cancel button and improved view of wizard.

bzr revid: tpa@tinyerp.com-20120619105001-yg48s7u1satk87zd
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-19 16:20:01 +05:30
parent 21650f9790
commit 81f219dad3
2 changed files with 1 additions and 4 deletions

View File

@ -14,8 +14,6 @@
<separator string="title" position="before">
<label string="This plug-in allows you to create and link outlook emails with openerp objects."/>
</separator>
<xpath expr="//button[@string='Cancel']" position="replace">
</xpath>
<xpath expr="//separator[@string='title']" position="after">
<group colspan="8" height="450" width="750">
<field name="name" widget="url" colspan="4"/>

View File

@ -14,7 +14,6 @@
<separator string="title" position="before">
<label string="This plug-in allows you to link your e-mail to OpenERP's documents. You can attach it to any existing one in OpenERP or create a new one."/>
</separator>
<xpath expr="//button[@string='Cancel']" position="replace"></xpath>
<xpath expr="//separator[@string='title']" position="after">
<group colspan="8" height="450" width="750">
<field name="thunderbird" invisible="1"/>
@ -45,7 +44,7 @@
<field name="view_mode">form</field>
<field name="target">new</field>
</record>
<!-- Sales Configuration -->
<record id="view_config_thunderbird_installer" model="ir.ui.view">
<field name="name">Sales Application</field>