[IMP]Make changes in reminging wizards for highlight flow

bzr revid: tch@tinyerp.com-20120620120032-0qky5obfmv8b6vi7
This commit is contained in:
Twinkle (OpenERP) 2012-06-20 17:30:32 +05:30
parent 660cc67256
commit 93ea547e35
6 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@
<field name="arch" type="xml">
<form string="Configure Accounting" version="7.0">
<header>
<button string="Apply" type="object" name="execute" class="oe_form_button_active_flow"/>
<button string="Apply" type="object" name="execute" class="oe_highlight"/>
</header>
<group col="4">
<field name="has_default_company" invisible="1" />

View File

@ -107,7 +107,7 @@ class account_move_journal(osv.osv_memory):
view = """<?xml version="1.0" encoding="utf-8"?>
<form string="Standard entries" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="%s" name="action_open_window" default_focus="1" type="object" class="oe_form_button_active_flow"/>
<button icon="terp-gtk-go-back-rtl" string="%s" name="action_open_window" default_focus="1" type="object" class="oe_highlight"/>
</header>
<group string="%s" colspan="4">
<field name="target_move" />

View File

@ -86,7 +86,7 @@
<field name="arch" type="xml">
<form string="Module Recording" version="7.0">
<header>
<button string="Continue" name="inter_call" type="object" icon="gtk-ok" class="oe_form_button_active_flow"/>
<button string="Continue" name="inter_call" type="object" icon="gtk-ok" class="oe_highlight"/>
</header>
<separator string="Module Information" colspan="4"/>
<field name="name"/>

View File

@ -23,7 +23,7 @@
<field name="arch" type="xml">
<form string="Sign In/Out by Project" version="7.0">
<header>
<button icon="gtk-ok" string="Start Working" name="sign_in_result" type="object" class="oe_form_button_active_flow"/>
<button icon="gtk-ok" string="Start Working" name="sign_in_result" type="object" class="oe_highlight"/>
</header>
<group colspan="4" >
<separator string="Sign in" colspan="4"/>

View File

@ -71,7 +71,7 @@ class repair_cancel(osv.osv_memory):
if not repair_order.invoiced:
res['arch'] = """ <form string="Cancel Repair" colspan="4">
<header>
<button name="cancel_repair" string="_Yes" type="object" icon="gtk-ok" class="oe_form_button_active_flow"/>
<button name="cancel_repair" string="_Yes" type="object" icon="gtk-ok" class="oe_highlight"/>
</header>
<group col="2" colspan="2">
<label string="Do you want to continue?" colspan="4"/>

View File

@ -10,7 +10,7 @@
<field name="arch" type="xml">
<form string="Payment Report" version="7.0">
<header>
<button name="print_report" string="Print Report" type="object" icon="gtk-print"class="oe_highlight"/>
<button name="print_report" string="Print Report" type="object" icon="gtk-print" class="oe_highlight"/>
</header>
</form>
</field>