[MERGE] lp:~openerp-dev/openobject-addons/trunk-red-button-add-cancel-tch

bzr revid: jam@tinyerp.com-20120627135518-7q0ndlpfqukir2ar
This commit is contained in:
Jigar Amin - OpenERP 2012-06-27 19:25:18 +05:30
commit 654c4de2bf
59 changed files with 216 additions and 76 deletions

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Select Period" version="7.0">
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" class="oe_highlight_on_dirty" />
<button name="check_report" string="Print" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group col="4">
<field name="date1"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Analytic Account Charts" version="7.0">
<header>
<button name="analytic_account_chart_open_window" string="Open Charts" type="object" icon="gtk-ok" class="oe_highlight_on_dirty" />
<button name="analytic_account_chart_open_window" string="Open Charts" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Select the Period for Analysis" col="4">
<field name="from_date"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Select period" version="7.0">
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" class="oe_highlight_on_dirty" />
<button name="check_report" string="Print" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Cost Ledger for Period" col="4">
<field name="date1"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Select Period" version="7.0">
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" class="oe_highlight_on_dirty" />
<button name="check_report" string="Print" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group col="4">
<field name="date1"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Select Period" version="7.0">
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" class="oe_highlight_on_dirty" />
<button name="check_report" string="Print" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group col="4">
<field name="date1"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Select Period" version="7.0">
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" class="oe_highlight_on_dirty" />
<button name="check_report" string="Print" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group col="4">
<field name="date1"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="View Account Analytic Lines" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open Entries" name="action_open_window" type="object" class="oe_highlight_on_dirty" />
<button string="Open Entries" name="action_open_window" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group col="4">
<field name="from_date"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Reconciliation" version="7.0">
<header>
<button name="reconcile" string="Reconcile" type="object" icon="terp-stock_effects-object-colorize" class="oe_highlight_on_dirty" />
<button name="reconcile" string="Reconcile" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Reconciliation"/>
<label string="For an invoice to be considered as paid, the invoice entries must be reconciled with counterparts, usually payments. With the automatic reconciliation functionality, OpenERP makes its own search for entries to reconcile in a series of accounts. It finds entries for each partner where the amounts correspond."/>

View File

@ -8,7 +8,9 @@
<field name="arch" type="xml">
<form string="Invoice Currency" version="7.0">
<header>
<button name="change_currency" string="Change Currency" type="object" icon="terp-stock_effects-object-colorize" class="oe_highlight_on_dirty" />
<button name="change_currency" string="Change Currency" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="This wizard will change the currency of the invoice">
<field name="currency_id"/>

View File

@ -8,7 +8,9 @@
<field name="arch" type="xml">
<form string="Account charts" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open Charts" name="account_chart_open_window" type="object" class="oe_highlight_on_dirty" />
<button string="Open Charts" name="account_chart_open_window" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group colspan="4">
<field name="fiscalyear" on_change="onchange_fiscalyear(fiscalyear)"/>

View File

@ -8,7 +8,9 @@
<field name="arch" type="xml">
<form string="Generate Fiscal Year Opening Entries" version="7.0">
<header>
<button icon="gtk-execute" string="Create" name="data_save" type="object" class="oe_highlight_on_dirty" />
<button string="Create" name="data_save" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Generate Fiscal Year Opening Entries"/>
<label string="This wizard will generate the end of year journal entries of selected fiscal year. Note that you can run this wizard many times for the same fiscal year: it will simply replace the old opening entries with the new ones."/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Credit Note" version="7.0">
<header>
<button string='Refund' icon="gtk-execute" name="invoice_refund" type="object" class="oe_highlight_on_dirty" />
<button string='Refund' name="invoice_refund" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Credit Note Options"/>
<group col="4">

View File

@ -8,7 +8,9 @@
<field name="arch" type="xml">
<form string="Confirm Draft Invoices" version="7.0">
<header>
<button icon="terp-camera_test" string="Confirm Invoices" name="invoice_confirm" type="object" default_focus="1" class="oe_highlight_on_dirty" />
<button string="Confirm Invoices" name="invoice_confirm" type="object" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<separator string="Confirm Draft Invoices" colspan="4"/>
@ -30,7 +32,9 @@
<field name="arch" type="xml">
<form string="Cancel Selected Invoices" version="7.0">
<header>
<button icon="gtk-cancel" string="Cancel Invoices" name="invoice_cancel" type="object" default_focus="1" class="oe_highlight_on_dirty" />
<button string="Cancel Invoices" name="invoice_cancel" type="object" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<separator string="Cancel Selected Invoices" colspan="4"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Journal Select" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open Entries" name="action_open_window" type="object" class="oe_highlight_on_dirty" />
<button string="Open Entries" name="action_open_window" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<label string="Are you sure you want to open Journal Entries?"/>

View File

@ -8,7 +8,9 @@
<field name="arch" type="xml">
<form string="Bank reconciliation" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open for Bank Reconciliation" name="action_open_window" type="object" class="oe_highlight_on_dirty" />
<button string="Open for Bank Reconciliation" name="action_open_window" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<field name="journal_id"/>

View File

@ -107,7 +107,9 @@ 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_highlight_on_dirty"/>
<button string="%s" name="action_open_window" default_focus="1" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="%s" colspan="4">
<field name="target_move" />

View File

@ -8,7 +8,9 @@
<field name="arch" type="xml">
<form string="Reconciliation" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open for Reconciliation" name="action_open_window" type="object" class="oe_highlight_on_dirty" />
<button string="Open for Reconciliation" name="action_open_window" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<field name="account_id"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Account Select" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open Entries" name="open_window" type="object" default_focus="1" class="oe_highlight_on_dirty" />
<button string="Open Entries" name="open_window" type="object" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<label string="Are you sure you want to open Account move line entries!"/>

View File

@ -8,7 +8,9 @@
<field name="arch" type="xml">
<form string="Unreconciliation" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open for Unreconciliation" name="action_open_window" type="object" class="oe_highlight_on_dirty" />
<button string="Open for Unreconciliation" name="action_open_window" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<field name="account_id"/>

View File

@ -8,7 +8,9 @@
<field name="arch" type="xml">
<form string="Choose Fiscal Year " version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open" name="remove_entries" type="object" class="oe_highlight_on_dirty" />
<button string="Open" name="remove_entries" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<field name="fyear_id" domain="[('state','=','draft')]"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Close Period" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Close Period" name="data_save" type="object" class="oe_highlight_on_dirty" />
<button string="Close Period" name="data_save" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Are you sure?" colspan="4"/>
<group>

View File

@ -9,9 +9,11 @@
<field name="arch" type="xml">
<form string="Reconciliation" version="7.0">
<header>
<button icon="terp-stock_effects-object-colorize" string="Reconcile" name="trans_rec_reconcile_full" type="object" default_focus="1" attrs="{'invisible':[('writeoff','!=',0)]}" class="oe_highlight_on_dirty" />
<button icon="gtk-ok" string="Reconcile With Write-Off" name="trans_rec_addendum_writeoff" type="object" attrs="{'invisible':[('writeoff','==',0)]}" class="oe_highlight_on_dirty" />
<button icon="gtk-ok" string="Partial Reconcile" name="trans_rec_reconcile_partial_reconcile" type="object" attrs="{'invisible':[('writeoff','==',0)]}" class="oe_highlight_on_dirty" />
<button string="Reconcile" name="trans_rec_reconcile_full" type="object" default_focus="1" attrs="{'invisible':[('writeoff','!=',0)]}" class="oe_highlight_on_dirty"/>
<button string="Reconcile With Write-Off" name="trans_rec_addendum_writeoff" type="object" attrs="{'invisible':[('writeoff','==',0)]}" class="oe_highlight_on_dirty"/>
<button string="Partial Reconcile" name="trans_rec_reconcile_partial_reconcile" type="object" attrs="{'invisible':[('writeoff','==',0)]}" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group col="4" string="Reconciliation Transactions">
<field name="trans_nbr"/>
@ -50,7 +52,9 @@
<field name="arch" type="xml">
<form string="Information addendum" version="7.0">
<header>
<button icon="terp-stock_effects-object-colorize" string="Reconcile" name="trans_rec_reconcile" type="object" default_focus="1" class="oe_highlight_on_dirty" />
<button string="Reconcile" name="trans_rec_reconcile" type="object" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Write-Off Move" col="4">
<field name="journal_id"/>

View File

@ -10,7 +10,9 @@
<field name="arch" type="xml">
<form string="Report Options" version="7.0">
<header>
<button icon="gtk-print" name="check_report" string="Print" type="object" colspan="2" default_focus="1" class="oe_highlight_on_dirty" />
<button name="check_report" string="Print" type="object" colspan="2" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Aged Partner Balance"/>
<label string="Aged Partner Balance is a more detailed report of your receivables by intervals. When opening that report, OpenERP asks for the name of the company, the fiscal period and the size of the interval to be analyzed (in days). OpenERP then calculates a table of credit balance by period. So if you request an interval of 30 days OpenERP generates an analysis of creditors for the past month, past two months, and so on. "/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Report Options" version="7.0">
<header>
<button icon="gtk-print" name="check_report" string="Print" type="object" colspan="2" default_focus="1" class="oe_highlight_on_dirty" />
<button name="check_report" string="Print" type="object" colspan="2" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<label string=""/> <!-- binding for inherited views -->
<group col="4">

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Open Invoice" version="7.0">
<header>
<button name="change_inv_state" string="Yes" type="object" icon="terp-camera_test" class="oe_highlight_on_dirty" />
<button name="change_inv_state" string="Yes" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<label string="Are you sure you want to open this invoice ?"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Subscription Compute" version="7.0">
<header>
<button icon="gtk-execute" string="Generate Entries" name="action_generate" type="object" class="oe_highlight_on_dirty" />
<button string="Generate Entries" name="action_generate" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<separator string="Generate Entries before:"/>
<label string ="Automatically generate entries based on what has been entered in the system before a specific date."/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Account tax charts" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open Charts" name="account_tax_chart_open_window" type="object" class="oe_highlight_on_dirty" />
<button string="Open Charts" name="account_tax_chart_open_window" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<field name="period_id"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Unreconciliation" version="7.0">
<header>
<button icon="gtk-ok" string="Unreconcile" name="trans_unrec" type="object" default_focus="1" class="oe_highlight_on_dirty" />
<button string="Unreconcile" name="trans_unrec" type="object" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<separator string="Unreconciliate Transactions"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Create Entries From Models" version="7.0">
<header>
<button icon="gtk-execute" string="Create Entries" name="create_entries" type="object" class="oe_highlight_on_dirty" />
<button string="Create Entries" name="create_entries" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="This wizard will create recurring accounting entries"/>
<label string="Create manual recurring entries in a chosen journal."/>
@ -39,7 +41,9 @@
<field name="arch" type="xml">
<form string="Use Model" version="7.0">
<header>
<button icon="gtk-execute" string="Ok" name="create_entries" type="object" default_focus='1' class="oe_highlight_on_dirty" />
<button string="Ok" name="create_entries" type="object" default_focus='1' class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<label string = "Are you sure you want to create entries?"/>

View File

@ -10,7 +10,9 @@
<field name="arch" type="xml">
<form string="Post Journal Entries" version="7.0">
<header>
<button icon="terp-camera_test" string="Approve" name="validate_move" type="object" class="oe_highlight_on_dirty" />
<button string="Approve" name="validate_move" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Post Journal Entries of a Journal"/>
<label string="All draft account entries in this journal and period will be validated. It means you won't be able to modify their accounting fields anymore."/>
@ -47,7 +49,9 @@
<field name="arch" type="xml">
<form string="Post Journal Entries" version="7.0">
<header>
<button icon="terp-camera_test" string="Approve" name="validate_move_lines" type="object" default_focus="1" class="oe_highlight_on_dirty" />
<button string="Approve" name="validate_move_lines" type="object" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<separator string="Post Journal Entries"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Taxes Report" version="7.0">
<header>
<button name="create_vat" string="Print Tax Statement" type="object" icon="gtk-ok" class="oe_highlight_on_dirty" />
<button name="create_vat" string="Print Tax Statement" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<label colspan="4" string="This menu prints a VAT declaration based on invoices or payments. Select one or several periods of the fiscal year. The information required for a tax declaration is automatically generated by OpenERP from invoices (or payments, in some countries). This data is updated in real time. Thats very useful because it enables you to preview at any time the tax that you owe at the start and end of the month or quarter."/>
<group string="Taxes Report" col="4">

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Crossovered Analytic" version="7.0">
<header>
<button name="print_report" string="Print" colspan="1" type="object" icon="gtk-print" class="oe_highlight_on_dirty" />
<button name="print_report" string="Print" colspan="1" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group col="4">
<field name="date1"/>

View File

@ -8,7 +8,9 @@
<field name="arch" type="xml">
<form string="Distribution Model Saved" version="7.0">
<header>
<button string="Ok" icon='gtk-execute' type="object" name="activate" default_focus="1" class="oe_highlight_on_dirty" />
<button string="Ok" type="object" name="activate" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<label string="Save This Distribution as a Model"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Modify Asset" version="7.0">
<header>
<button name="modify" string="Modify" type="object" icon="terp-camera_test" class="oe_highlight_on_dirty" />
<button name="modify" string="Modify" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Asset Durations to Modify" col="4">
<field name="name" colspan="4"/>

View File

@ -8,7 +8,9 @@
<field name="arch" type="xml">
<form string="Compute Asset" version="7.0">
<header>
<button icon="gtk-execute" string="Compute" name="asset_compute" type="object" class="oe_highlight_on_dirty" />
<button string="Compute" name="asset_compute" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Post Depreciation Lines"/>
<label string="This wizard will post the depreciation lines of running assets that belong to the selected period."/>

View File

@ -11,7 +11,9 @@
<field name="arch" type="xml">
<form string="Confirm selected statement lines" version="7.0">
<header>
<button icon="gtk-execute" string="Confirm Lines" name="confirm_lines" type="object" class="oe_highlight_on_dirty" />
<button string="Confirm Lines" name="confirm_lines" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<label string="Are you sure you want to confirm the selected Bank Statement lines ?"/>
<label string="Confirmed lines cannot be changed anymore."/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Select Dates Period" version="7.0">
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1" class="oe_highlight_on_dirty" />
<button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="This wizard is used to print budget" col="4">
<field name="date_from"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Select Dates Period" version="7.0">
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1" class="oe_highlight_on_dirty" />
<button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="This wizard is used to print budget" col="4">
<field name="date_from"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Select Dates Period" version="7.0">
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1" class="oe_highlight_on_dirty" />
<button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="This wizard is used to print summary of budgets">
<field name="date_from"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Select Dates Period" version="7.0">
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1" class="oe_highlight_on_dirty" />
<button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Print Budgets" col="4">
<field name="date_from"/>

View File

@ -10,7 +10,9 @@
<field name="arch" type="xml">
<form string="Import CODA File" version="7.0">
<header>
<button name="coda_parsing" string="_Import" type="object" icon="gtk-ok" class="oe_highlight_on_dirty" />
<button name="coda_parsing" string="_Import" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group col="2" string="Select Your File :">
<field name="coda_data" filename="coda_fname"/>
@ -28,8 +30,10 @@
<field name="arch" type="xml">
<form string="Import CODA File" version="7.0">
<header>
<button name="action_open_coda_statements" string="View CODA Bank Statement(s)" type="object" icon="gtk-apply" class="oe_highlight_on_dirty" />
<button name="action_open_bank_statements" string="View Bank Statement(s)" type="object" icon="gtk-apply" class="oe_highlight_on_dirty" />
<button name="action_open_coda_statements" string="View CODA Bank Statement(s)" type="object" class="oe_highlight_on_dirty"/>
<button name="action_open_bank_statements" string="View Bank Statement(s)" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Results :">
<field name="note" nolabel="1" colspan="2"/>

View File

@ -9,7 +9,9 @@
<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" class="oe_highlight_on_dirty" />
<button name="do_continue" string="Continue" colspan="1" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</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,8 +78,10 @@
<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" class="oe_highlight_on_dirty" />
<button name="do_print" string="Print Follow Ups" colspan="1" type="object" icon="gtk-print" class="oe_highlight_on_dirty" />
<button name="do_mail" string="Send Mails" colspan="1" type="object" class="oe_highlight_on_dirty"/>
<button name="do_print" string="Print Follow Ups" colspan="1" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<notebook>
<page string="Partner Selection">

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Select Message" version="7.0">
<header>
<button name="check_report" string="Print" type="object" icon="gtk-print" class="oe_highlight_on_dirty" />
<button name="check_report" string="Print" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<field name="message"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Search Payment lines" version="7.0">
<header>
<button name="search_entries" string="Search" colspan="1" type="object" icon="gtk-execute" class="oe_highlight_on_dirty" />
<button name="search_entries" string="Search" colspan="1" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<field name="duedate" />
@ -25,7 +27,9 @@
<field name="arch" type="xml">
<form string="Search Payment lines" version="7.0">
<header>
<button name="create_payment" string="_Add to payment order" colspan="1" type="object" icon="gtk-execute" class="oe_highlight_on_dirty" />
<button name="create_payment" string="_Add to payment order" colspan="1" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<separator string="Entries"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Make Payment" version="7.0">
<header>
<button name="launch_wizard" string="Yes" type="object" icon="gtk-ok" default_focus="1" class="oe_highlight_on_dirty" />
<button name="launch_wizard" string="Yes" type="object" default_focus="1" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<separator string="Are you sure you want to make payment?"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Populate Statement:" version="7.0">
<header>
<button name="populate_statement" string="ADD" type="object" icon="gtk-ok" class="oe_highlight_on_dirty" />
<button name="populate_statement" string="ADD" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<field name="lines"/>

View File

@ -8,7 +8,9 @@
<field name="arch" type="xml">
<form string="Import Invoices in Statement" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Go" name="search_invoices" type="object" class="oe_highlight_on_dirty" />
<button string="Go" name="search_invoices" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group colspan="4" >
<field name="date"/>
@ -35,7 +37,9 @@
<field name="arch" type="xml">
<form string="Import Entries" version="7.0">
<header>
<button icon="gtk-execute" string="Ok" name="populate_statement" type="object" class="oe_highlight_on_dirty" />
<button string="Ok" name="populate_statement" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group colspan="4" expand="1">
<separator string="Payable and Receivables" colspan="4"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Unreconciliation" version="7.0">
<header>
<button name="trans_unrec" default_focus="1" string="Unreconcile" type="object" icon="gtk-ok" class="oe_highlight_on_dirty" />
<button name="trans_unrec" default_focus="1" string="Unreconcile" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Unreconciliation Transactions" />
<label string="If you unreconciliate transactions, you must also verify all the actions that are linked to those transactions because they will not be disable"/>

View File

@ -11,7 +11,9 @@
<field name="arch" type="xml">
<form string="Audit Logs" version="7.0">
<header>
<button icon="gtk-open" string="Open Logs" name="log_open_window" type="object" class="oe_highlight_on_dirty" />
<button string="Open Logs" name="log_open_window" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group col="4">
<field name="from"/>

View File

@ -11,7 +11,9 @@
<field name="arch" type="xml">
<form string="Invite People" version="7.0">
<header>
<button name="do_invite" string="Invite" type="object" icon="gtk-ok" class="oe_highlight_on_dirty" />
<button name="do_invite" string="Invite" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Invite People" colspan="4"/>
<field name="type"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Generate Relationship Graph" version="7.0">
<header>
<button name="get_graph" string="Create Graphs" type="object" icon="gtk-ok" class="oe_highlight_on_dirty" />
<button name="get_graph" string="Create Graphs" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Relationship Graphs" colspan="6"/>
</form>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Data Recording" version="7.0">
<header>
<button name="record_objects" icon="gtk-ok" string="Record" type="object" class="oe_highlight_on_dirty" />
<button name="record_objects" string="Record" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<field name="check_date"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Objects Recording" version="7.0">
<header>
<button name="record_objects" icon="gtk-ok" string="Record" type="object" class="oe_highlight_on_dirty" />
<button name="record_objects" string="Record" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<field name="check_date"/>
@ -86,7 +88,9 @@
<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_highlight_on_dirty" />
<button string="Continue" name="inter_call" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Module Information" colspan="4"/>
<field name="name"/>

View File

@ -9,7 +9,9 @@
<field name="arch" type="xml">
<form string="Module Recording" version="7.0">
<header>
<button name="record_save" icon="gtk-ok" string="Continue" type="object" class="oe_highlight_on_dirty" />
<button name="record_save" string="Continue" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<separator string="Recording Information" colspan="4"/>

View File

@ -8,11 +8,15 @@
<field name="arch" type="xml">
<form string="Get a report" version="7.0">
<header>
<button name="get_report" string="Continue" type="object" icon="gtk-ok" class="oe_highlight_on_dirty" />
<button name="upload_report" string="Upload the modified report" type="object" icon="gtk-go-forward" class="oe_highlight_on_dirty" />
<button name="get_report" string="Continue" type="object" class="oe_highlight_on_dirty"/>
<button name="upload_report" string="Upload the modified report" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Select your report" colspan="4"/>
<field name="report_id"/>
<group>
<separator string="Select your report" colspan="4"/>
<field name="report_id"/>
</group>
</form>
</field>
</record>

View File

@ -11,7 +11,9 @@
<field name="arch" type="xml">
<form string="Create Menu For Dashboard" version="7.0">
<header>
<button icon="gtk-save" string="Create Menu" name="board_menu_create" type="object" class="oe_highlight_on_dirty" />
<button string="Create Menu" name="board_menu_create" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group colspan="4" string="Menu Information">
<field name="menu_name"/>

View File

@ -25,7 +25,9 @@
<field name="arch" type="xml">
<form string="Caldav's host name configuration" version="7.0">
<header>
<button name="next_window" string="Next" type="object" icon="gtk-go-forward" class="oe_highlight_on_dirty" />
<button name="next_window" string="Next" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<label string="Configure your openerp hostname. For example : " colspan="4"></label>
<newline/>
@ -44,7 +46,9 @@
<field name="arch" type="xml">
<form string="User Preference" version="7.0">
<header>
<button name="open_window" string="_Open" type="object" icon="gtk-ok" class="oe_highlight_on_dirty" />
<button name="open_window" string="_Open" type="object" icon="gtk-ok" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="" colspan="4"/>
<field name="service" colspan="4" width="250" readonly="1"/>

View File

@ -8,7 +8,9 @@
<field name="arch" type="xml">
<form string="Import ICS" version="7.0">
<header>
<button icon="gtk-ok" name="process_imp_ics" string="_Import" type="object" class="oe_highlight_on_dirty" />
<button name="process_imp_ics" string="_Import" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group colspan="4" >
<separator string="Select ICS File"/>

View File

@ -8,7 +8,9 @@
<field name="arch" type="xml">
<form string="Subscribe to Remote Calendar" version="7.0">
<header>
<button icon="gtk-ok" name="process_imp_ics" string="_Subscribe" type="object" class="oe_highlight_on_dirty" />
<button name="process_imp_ics" string="_Subscribe" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group colspan="4" >
<separator string="Provide Path for Remote Calendar"/>