[IMP] account_followup: remove cancel button from wizard.

bzr revid: tpa@tinyerp.com-20120615121859-ni2fniemus7xmdoj
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-15 17:48:59 +05:30
parent 043eb2b0c0
commit 4b92420487
1 changed files with 3 additions and 8 deletions

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Send followups" version="7.0">
<header>
<button name="do_continue" string="Continue" colspan="1" type="object" icon="gtk-ok"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<button name="do_continue" string="Continue" colspan="1" type="object" icon="gtk-ok" class="oe_form_button_active_flow"/>
</header>
<separator string="Send Follow-Ups"/>
<label string ="This feature allows you to send reminders to partners with pending invoices. You can send them the default message for unpaid invoices or manually enter a message should you need to remind them of a specific information."/>
@ -76,9 +75,8 @@
<field name="arch" type="xml">
<form string="Send followups" version="7.0">
<header>
<button name="do_mail" string="Send Mails" colspan="1" type="object" icon="gtk-execute"/>
<button name="do_print" string="Print Follow Ups" colspan="1" type="object" icon="gtk-print"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/>
<button name="do_mail" string="Send Mails" colspan="1" type="object" icon="gtk-execute" class="oe_form_button_active_flow"/>
<button name="do_print" string="Print Follow Ups" colspan="1" type="object" icon="gtk-print" class="oe_form_button_active_flow"/>
</header>
<notebook>
<page string="Partner Selection">
@ -115,9 +113,6 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Summary" version="7.0">
<header>
<button special="cancel" string="Ok" icon='gtk-cancel'/>
</header>
<separator string="Summary"/>
<field name="summary"/>
</form>