[IMP] footer on forms

bzr revid: fp@tinyerp.com-20120710164011-unqi1okf2uu8yhts
This commit is contained in:
Fabien Pinckaers 2012-07-10 18:40:11 +02:00
parent 7ddb499378
commit 64a9321d56
139 changed files with 772 additions and 772 deletions

View File

@ -8,11 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Reconciliation" version="7.0"> <form string="Reconciliation" version="7.0">
<header>
<button name="reconcile" string="Reconcile" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Reconciliation"/> <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."/> <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."/>
<field name="account_ids" domain="[('reconcile','=',1)]"/> <field name="account_ids" domain="[('reconcile','=',1)]"/>
@ -26,6 +21,11 @@
<field name="journal_id" attrs="{ 'required':[('allow_write_off', '=', True)]}"/> <field name="journal_id" attrs="{ 'required':[('allow_write_off', '=', True)]}"/>
<field name="period_id" attrs="{ 'required':[('allow_write_off', '=', True)]}"/> <field name="period_id" attrs="{ 'required':[('allow_write_off', '=', True)]}"/>
</group> </group>
<footer>
<button name="reconcile" string="Reconcile" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,14 +7,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Invoice Currency" version="7.0"> <form string="Invoice Currency" version="7.0">
<header>
<button name="change_currency" string="Change Currency" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="This wizard will change the currency of the invoice"> <group string="This wizard will change the currency of the invoice">
<field name="currency_id"/> <field name="currency_id"/>
</group> </group>
<footer>
<button name="change_currency" string="Change Currency" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,11 +7,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account charts" version="7.0"> <form string="Account charts" version="7.0">
<header>
<button string="Open Charts" name="account_chart_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group colspan="4"> <group colspan="4">
<field name="fiscalyear" on_change="onchange_fiscalyear(fiscalyear)"/> <field name="fiscalyear" on_change="onchange_fiscalyear(fiscalyear)"/>
<field name="target_move"/> <field name="target_move"/>
@ -20,6 +15,11 @@
<field name="period_from"/> <field name="period_from"/>
<field name="period_to"/> <field name="period_to"/>
</group> </group>
<footer>
<button string="Open Charts" name="account_chart_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,11 +7,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Generate Fiscal Year Opening Entries" version="7.0"> <form string="Generate Fiscal Year Opening Entries" version="7.0">
<header>
<button string="Create" name="data_save" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Generate Fiscal Year Opening Entries"/> <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."/> <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."/>
<newline/> <newline/>
@ -22,6 +17,11 @@
<field name="period_id" domain ="[('fiscalyear_id','=',fy2_id),('special','=', True)]" /> <field name="period_id" domain ="[('fiscalyear_id','=',fy2_id),('special','=', True)]" />
<field name="report_name"/> <field name="report_name"/>
</group> </group>
<footer>
<button string="Create" name="data_save" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,11 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Credit Note" version="7.0"> <form string="Credit Note" version="7.0">
<header>
<button string='Refund' name="invoice_refund" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Credit Note Options"/> <separator string="Credit Note Options"/>
<group col="4"> <group col="4">
<field name="description"/> <field name="description"/>
@ -24,6 +19,11 @@
<label string="Modify Invoice: Cancels the current invoice and creates a new copy of it ready for editing."/> <label string="Modify Invoice: Cancels the current invoice and creates a new copy of it ready for editing."/>
<label string="Credit Note: Creates the credit note, ready for editing."/> <label string="Credit Note: Creates the credit note, ready for editing."/>
<label string="Cancel Invoice: Creates the credit note, validate and reconcile it to cancel the current invoice."/> <label string="Cancel Invoice: Creates the credit note, validate and reconcile it to cancel the current invoice."/>
<footer>
<button string='Refund' name="invoice_refund" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -6,14 +6,14 @@
<field name="model">account.invoice.confirm</field> <field name="model">account.invoice.confirm</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Confirm Draft Invoices" version="7.0"> <form string="Confirm Draft Invoices" version="7.0">
<header> <separator string="Confirm Draft Invoices"/>
<button string="Confirm Invoices" name="invoice_confirm" type="object" default_focus="1" class="oe_highlight"/> <footer>
or <button string="Confirm Invoices" name="invoice_confirm" type="object" default_focus="1" class="oe_highlight"/>
<button string="Cancel" class="oe_link" special="cancel"/> or
</header> <button string="Cancel" class="oe_link" special="cancel"/>
<separator string="Confirm Draft Invoices"/> </footer>
</form> </form>
</field> </field>
</record> </record>
@ -28,14 +28,14 @@
<field name="model">account.invoice.cancel</field> <field name="model">account.invoice.cancel</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Cancel Selected Invoices" version="7.0"> <form string="Cancel Selected Invoices" version="7.0">
<header> <separator string="Cancel Selected Invoices"/>
<button string="Cancel Invoices" name="invoice_cancel" type="object" default_focus="1" class="oe_highlight"/> <footer>
or <button string="Cancel Invoices" name="invoice_cancel" type="object" default_focus="1" class="oe_highlight"/>
<button string="Cancel" class="oe_link" special="cancel"/> or
</header> <button string="Cancel" class="oe_link" special="cancel"/>
<separator string="Cancel Selected Invoices"/> </footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,14 +7,14 @@
<field name="model">account.journal.select</field> <field name="model">account.journal.select</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Journal Select" version="7.0"> <form string="Journal Select" version="7.0">
<header>
<button string="Open Entries" name="action_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<label string="Are you sure you want to open Journal Entries?"/> <label string="Are you sure you want to open Journal Entries?"/>
</form> <footer>
<button string="Open Entries" name="action_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form>
</field> </field>
</record> </record>

View File

@ -7,14 +7,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Bank reconciliation" version="7.0"> <form string="Bank reconciliation" version="7.0">
<header>
<button string="Open for Bank Reconciliation" name="action_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group> <group>
<field name="journal_id"/> <field name="journal_id"/>
</group> </group>
<footer>
<button string="Open for Bank Reconciliation" name="action_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,14 +7,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Reconciliation" version="7.0"> <form string="Reconciliation" version="7.0">
<header>
<button string="Open for Reconciliation" name="action_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group> <group>
<field name="account_id"/> <field name="account_id"/>
</group> </group>
<footer>
<button string="Open for Reconciliation" name="action_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,12 +8,12 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account Select" version="7.0"> <form string="Account Select" version="7.0">
<header> <label string="Are you sure you want to open Account move line entries?"/>
<footer>
<button string="Open Entries" name="open_window" type="object" default_focus="1" class="oe_highlight"/> <button string="Open Entries" name="open_window" type="object" default_focus="1" class="oe_highlight"/>
or or
<button string="Cancel" class="oe_link" special="cancel"/> <button string="Cancel" class="oe_link" special="cancel"/>
</header> </footer>
<label string="Are you sure you want to open Account move line entries?"/>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,14 +7,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Unreconciliation" version="7.0"> <form string="Unreconciliation" version="7.0">
<header>
<button string="Open for Unreconciliation" name="action_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group> <group>
<field name="account_id"/> <field name="account_id"/>
</group> </group>
<footer>
<button string="Open for Unreconciliation" name="action_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,14 +7,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Choose Fiscal Year " version="7.0"> <form string="Choose Fiscal Year " version="7.0">
<header>
<button string="Open" name="remove_entries" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group> <group>
<field name="fyear_id" domain="[('state','=','draft')]"/> <field name="fyear_id" domain="[('state','=','draft')]"/>
</group> </group>
<footer>
<button string="Open" name="remove_entries" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,14 +8,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Close Period" version="7.0"> <form string="Close Period" version="7.0">
<header>
<button string="Close Period" name="data_save" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Are you sure?"> <group string="Are you sure?">
<field name="sure"/> <field name="sure"/>
</group> </group>
<footer>
<button string="Close Period" name="data_save" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,15 +7,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Partner Reconciliation" version="7.0"> <form string="Partner Reconciliation" version="7.0">
<header>
<button name="next_partner" icon="terp-gtk-jump-to-ltr" type="object" string="Go to Next Partner" class="oe_highlight" />
</header>
<group col="4"> <group col="4">
<field name="next_partner_id"/> <field name="next_partner_id"/>
<field name="progress" widget="progressbar" colspan="4"/> <field name="progress" widget="progressbar" colspan="4"/>
<field name="today_reconciled"/> <field name="today_reconciled"/>
<field name="to_reconcile"/> <field name="to_reconcile"/>
</group> </group>
<footer>
<button name="next_partner" icon="terp-gtk-jump-to-ltr" type="object" string="Go to Next Partner" class="oe_highlight" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,13 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Reconciliation" version="7.0"> <form string="Reconciliation" version="7.0">
<header>
<button string="Reconcile" name="trans_rec_reconcile_full" type="object" default_focus="1" attrs="{'invisible':[('writeoff','!=',0)]}" class="oe_highlight"/>
<button string="Reconcile With Write-Off" name="trans_rec_addendum_writeoff" type="object" attrs="{'invisible':[('writeoff','==',0)]}" class="oe_highlight"/>
<button string="Partial Reconcile" name="trans_rec_reconcile_partial_reconcile" type="object" attrs="{'invisible':[('writeoff','==',0)]}" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group col="4" string="Reconciliation Transactions"> <group col="4" string="Reconciliation Transactions">
<field name="trans_nbr"/> <field name="trans_nbr"/>
<newline/> <newline/>
@ -23,6 +16,13 @@
</group><group string="Write-Off"> </group><group string="Write-Off">
<field name="writeoff"/> <field name="writeoff"/>
</group> </group>
<footer>
<button string="Reconcile" name="trans_rec_reconcile_full" type="object" default_focus="1" attrs="{'invisible':[('writeoff','!=',0)]}" class="oe_highlight"/>
<button string="Reconcile With Write-Off" name="trans_rec_addendum_writeoff" type="object" attrs="{'invisible':[('writeoff','==',0)]}" class="oe_highlight"/>
<button string="Partial Reconcile" name="trans_rec_reconcile_partial_reconcile" type="object" attrs="{'invisible':[('writeoff','==',0)]}" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -9,11 +9,6 @@
<!--<field name="inherit_id" ref="account_common_report_view" />--> <!--<field name="inherit_id" ref="account_common_report_view" />-->
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Report Options" version="7.0"> <form string="Report Options" version="7.0">
<header>
<button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Aged Partner Balance"/> <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. "/> <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. "/>
<group col="4"> <group col="4">
@ -26,6 +21,11 @@
<field name="direction_selection"/> <field name="direction_selection"/>
</group> </group>
<field name="journal_ids" required="0" invisible="1"/> <field name="journal_ids" required="0" invisible="1"/>
<footer>
<button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,11 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Report Options" version="7.0"> <form string="Report Options" version="7.0">
<header>
<button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<label string=""/> <!-- binding for inherited views --> <label string=""/> <!-- binding for inherited views -->
<group col="4"> <group col="4">
<field name="chart_account_id" widget='selection' on_change="onchange_chart_id(chart_account_id, context)"/> <field name="chart_account_id" widget='selection' on_change="onchange_chart_id(chart_account_id, context)"/>
@ -38,6 +33,11 @@
<field name="journal_ids"/> <field name="journal_ids"/>
</page> </page>
</notebook> </notebook>
<footer>
<button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,14 +8,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Open Invoice" version="7.0"> <form string="Open Invoice" version="7.0">
<header>
<button name="change_inv_state" string="Yes" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<label string="Are you sure you want to open this invoice ?"/> <label string="Are you sure you want to open this invoice ?"/>
<newline/> <newline/>
<label string="(Invoice should be unreconciled if you want to open it)"/> <label string="(Invoice should be unreconciled if you want to open it)"/>
<footer>
<button name="change_inv_state" string="Yes" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

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

View File

@ -8,16 +8,16 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account tax charts" version="7.0"> <form string="Account tax charts" version="7.0">
<header>
<button string="Open Charts" name="account_tax_chart_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group> <group>
<field name="period_id"/> <field name="period_id"/>
<label colspan="4" string="(If you do not select period it will take all open periods)"/> <label colspan="4" string="(If you do not select period it will take all open periods)"/>
<field name="target_move"/> <field name="target_move"/>
</group> </group>
<footer>
<button string="Open Charts" name="account_tax_chart_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,13 +8,13 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Unreconciliation" version="7.0"> <form string="Unreconciliation" version="7.0">
<header> <separator string="Unreconciliate 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 disabled"/>
<footer>
<button string="Unreconcile" name="trans_unrec" type="object" default_focus="1" class="oe_highlight"/> <button string="Unreconcile" name="trans_unrec" type="object" default_focus="1" class="oe_highlight"/>
or or
<button string="Cancel" class="oe_link" special="cancel"/> <button string="Cancel" class="oe_link" special="cancel"/>
</header> </footer>
<separator string="Unreconciliate 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 disabled"/>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,16 +8,16 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Create Entries From Models" version="7.0"> <form string="Create Entries From Models" version="7.0">
<header>
<button string="Create Entries" name="create_entries" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="This wizard will create recurring accounting entries"/> <separator string="This wizard will create recurring accounting entries"/>
<label string="Create manual recurring entries in a chosen journal."/> <label string="Create manual recurring entries in a chosen journal."/>
<group> <group>
<field name="model"/> <field name="model"/>
</group> </group>
<footer>
<button string="Create Entries" name="create_entries" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>
@ -40,12 +40,12 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Use Model" version="7.0"> <form string="Use Model" version="7.0">
<header> <label string = "Are you sure you want to create entries?"/>
<footer>
<button string="Ok" name="create_entries" type="object" default_focus='1' class="oe_highlight"/> <button string="Ok" name="create_entries" type="object" default_focus='1' class="oe_highlight"/>
or or
<button string="Cancel" class="oe_link" special="cancel"/> <button string="Cancel" class="oe_link" special="cancel"/>
</header> </footer>
<label string = "Are you sure you want to create entries?"/>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,19 +8,19 @@
<field name="model">validate.account.move</field> <field name="model">validate.account.move</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Post Journal Entries" version="7.0"> <form string="Post Journal Entries" version="7.0">
<header> <separator string="Post Journal Entries of a Journal"/>
<button string="Approve" name="validate_move" type="object" class="oe_highlight"/> <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."/>
or <group>
<button string="Cancel" class="oe_link" special="cancel"/> <field name="journal_id"/>
</header> <field name="period_id"/>
<separator string="Post Journal Entries of a Journal"/> </group>
<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."/> <footer>
<group> <button string="Approve" name="validate_move" type="object" class="oe_highlight"/>
<field name="journal_id"/> or
<field name="period_id"/> <button string="Cancel" class="oe_link" special="cancel"/>
</group> </footer>
</form> </form>
</field> </field>
</record> </record>
@ -47,15 +47,15 @@
<field name="model">validate.account.move.lines</field> <field name="model">validate.account.move.lines</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Post Journal Entries" version="7.0"> <form string="Post Journal Entries" version="7.0">
<header>
<button string="Approve" name="validate_move_lines" type="object" default_focus="1" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Post Journal Entries"/> <separator string="Post Journal Entries"/>
<label string="All selected journal entries will be validated and posted. It means you won't be able to modify their accounting fields anymore."/> <label string="All selected journal entries will be validated and posted. It means you won't be able to modify their accounting fields anymore."/>
</form> <footer>
<button string="Approve" name="validate_move_lines" type="object" default_focus="1" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form>
</field> </field>
</record> </record>

View File

@ -8,11 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Taxes Report" version="7.0"> <form string="Taxes Report" version="7.0">
<header>
<button name="create_vat" string="Print Tax Statement" type="object" class="oe_highlight"/>
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."/> <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"> <group string="Taxes Report" col="4">
<field name="chart_tax_id" widget='selection'/> <field name="chart_tax_id" widget='selection'/>
@ -25,6 +20,11 @@
<field name="period_from" domain="[('fiscalyear_id', '=', fiscalyear_id)]"/> <field name="period_from" domain="[('fiscalyear_id', '=', fiscalyear_id)]"/>
<field name="period_to" domain="[('fiscalyear_id', '=', fiscalyear_id)]"/> <field name="period_to" domain="[('fiscalyear_id', '=', fiscalyear_id)]"/>
</group> </group>
<footer>
<button name="create_vat" string="Print Tax Statement" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,11 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Crossovered Analytic" version="7.0"> <form string="Crossovered Analytic" version="7.0">
<header>
<button name="print_report" string="Print" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group col="4"> <group col="4">
<field name="date1"/> <field name="date1"/>
<field name="date2"/> <field name="date2"/>
@ -21,6 +16,11 @@
</group><group string="Analytic Journal"> </group><group string="Analytic Journal">
<field name="journal_ids" colspan="2" nolabel="1"/> <field name="journal_ids" colspan="2" nolabel="1"/>
</group> </group>
<footer>
<button name="print_report" string="Print" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,12 +7,12 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Distribution Model Saved" version="7.0"> <form string="Distribution Model Saved" version="7.0">
<header> <label string="Save This Distribution as a Model"/>
<footer>
<button string="Ok" type="object" name="activate" default_focus="1" class="oe_highlight"/> <button string="Ok" type="object" name="activate" default_focus="1" class="oe_highlight"/>
or or
<button string="Cancel" class="oe_link" special="cancel"/> <button string="Cancel" class="oe_link" special="cancel"/>
</header> </footer>
<label string="Save This Distribution as a Model"/>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,11 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Modify Asset" version="7.0"> <form string="Modify Asset" version="7.0">
<header>
<button name="modify" string="Modify" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Asset Durations to Modify" col="4"> <group string="Asset Durations to Modify" col="4">
<field name="name" colspan="4"/> <field name="name" colspan="4"/>
<group colspan="2" col="2"> <group colspan="2" col="2">
@ -23,6 +18,11 @@
</group> </group>
<separator string="Notes"/> <separator string="Notes"/>
<field name="note"/> <field name="note"/>
<footer>
<button name="modify" string="Modify" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

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

View File

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

View File

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

View File

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

View File

@ -8,15 +8,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Select Dates Period" version="7.0"> <form string="Select Dates Period" version="7.0">
<header>
<button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Print Budgets" col="4"> <group string="Print Budgets" col="4">
<field name="date_from"/> <field name="date_from"/>
<field name="date_to"/> <field name="date_to"/>
</group> </group>
<footer>
<button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,17 +8,17 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Send follow-ups" version="7.0"> <form string="Send follow-ups" version="7.0">
<header>
<button name="do_continue" string="Continue" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Send Follow-ups"/> <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."/> <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."/>
<group col="4"> <group col="4">
<field name="followup_id"/> <field name="followup_id"/>
<field name="date"/> <field name="date"/>
</group> </group>
<footer>
<button name="do_continue" string="Continue" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,14 +8,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Search Payment lines" version="7.0"> <form string="Search Payment lines" version="7.0">
<header>
<button name="search_entries" string="Search" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group> <group>
<field name="duedate" /> <field name="duedate" />
</group> </group>
<footer>
<button name="search_entries" string="Search" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>
@ -26,14 +26,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Search Payment lines" version="7.0"> <form string="Search Payment lines" version="7.0">
<header>
<button name="create_payment" string="_Add to payment order" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Entries"> <group string="Entries">
<field name="entries"/> <field name="entries"/>
</group> </group>
<footer>
<button name="create_payment" string="_Add to payment order" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,12 +8,12 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Make Payment" version="7.0"> <form string="Make Payment" version="7.0">
<header> <separator string="Are you sure you want to make payment?"/>
<footer>
<button name="launch_wizard" string="Yes" type="object" default_focus="1" class="oe_highlight"/> <button name="launch_wizard" string="Yes" type="object" default_focus="1" class="oe_highlight"/>
or or
<button string="Cancel" class="oe_link" special="cancel"/> <button string="Cancel" class="oe_link" special="cancel"/>
</header> </footer>
<separator string="Are you sure you want to make payment?"/>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,14 +8,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Populate Statement:" version="7.0"> <form string="Populate Statement:" version="7.0">
<header>
<button name="populate_statement" string="ADD" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group> <group>
<field name="lines"/> <field name="lines"/>
</group> </group>
<footer>
<button name="populate_statement" string="ADD" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,15 +7,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Import Invoices in Statement" version="7.0"> <form string="Import Invoices in Statement" version="7.0">
<header>
<button string="Go" name="search_invoices" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group> <group>
<field name="date"/> <field name="date"/>
<field name="journal_ids" domain="[('type','in',['sale','purchase','cash'])]"/> <field name="journal_ids" domain="[('type','in',['sale','purchase','cash'])]"/>
</group> </group>
<footer>
<button string="Go" name="search_invoices" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>
@ -35,13 +35,13 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Import Entries" version="7.0"> <form string="Import Entries" version="7.0">
<header> <separator string="Payable and Receivables"/>
<field height="300" width="700" name="line_ids" domain="[('account_id.type','in',['receivable','payable']),('reconcile_id','=',False), ('reconcile_partial_id','=',False), ('state', '=', 'valid')]"/>
<footer>
<button string="Ok" name="populate_statement" type="object" class="oe_highlight"/> <button string="Ok" name="populate_statement" type="object" class="oe_highlight"/>
or or
<button string="Cancel" class="oe_link" special="cancel"/> <button string="Cancel" class="oe_link" special="cancel"/>
</header> </footer>
<separator string="Payable and Receivables"/>
<field height="300" width="700" name="line_ids" domain="[('account_id.type','in',['receivable','payable']),('reconcile_id','=',False), ('reconcile_partial_id','=',False), ('state', '=', 'valid')]"/>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,13 +8,13 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Unreconciliation" version="7.0"> <form string="Unreconciliation" version="7.0">
<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"/>
<footer>
<button name="trans_unrec" default_focus="1" string="Unreconcile" type="object" class="oe_highlight"/> <button name="trans_unrec" default_focus="1" string="Unreconcile" type="object" class="oe_highlight"/>
or or
<button string="Cancel" class="oe_link" special="cancel"/> <button string="Cancel" class="oe_link" special="cancel"/>
</header> </footer>
<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"/>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,15 +10,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Audit Logs" version="7.0"> <form string="Audit Logs" version="7.0">
<header>
<button string="Open Logs" name="log_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group col="4"> <group col="4">
<field name="from"/> <field name="from"/>
<field name="to"/> <field name="to"/>
</group> </group>
<footer>
<button string="Open Logs" name="log_open_window" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,11 +10,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Invite People" version="7.0"> <form string="Invite People" version="7.0">
<header>
<button name="do_invite" string="Invite" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Invite People" colspan="4"/> <separator string="Invite People" colspan="4"/>
<field name="type"/> <field name="type"/>
<field name="send_mail"/> <field name="send_mail"/>
@ -36,6 +31,11 @@
</group> </group>
</page> </page>
</notebook> </notebook>
<footer>
<button name="do_invite" string="Invite" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,12 +8,12 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Generate Relationship Graph" version="7.0"> <form string="Generate Relationship Graph" version="7.0">
<header> <separator string="Relationship Graphs" colspan="6"/>
<footer>
<button name="get_graph" string="Create Graphs" type="object" class="oe_highlight"/> <button name="get_graph" string="Create Graphs" type="object" class="oe_highlight"/>
or or
<button string="Cancel" class="oe_link" special="cancel"/> <button string="Cancel" class="oe_link" special="cancel"/>
</header> </footer>
<separator string="Relationship Graphs" colspan="6"/>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,11 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Data Recording" version="7.0"> <form string="Data Recording" version="7.0">
<header>
<button name="record_objects" string="Record" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group> <group>
<field name="check_date"/> <field name="check_date"/>
<field name="filter_cond"/> <field name="filter_cond"/>
@ -20,6 +15,11 @@
<separator string="Choose objects to record"/> <separator string="Choose objects to record"/>
<field name="objects"/> <field name="objects"/>
<group><field name="info_yaml"/></group> <group><field name="info_yaml"/></group>
<footer>
<button name="record_objects" string="Record" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,11 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Objects Recording" version="7.0"> <form string="Objects Recording" version="7.0">
<header>
<button name="record_objects" string="Record" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group> <group>
<field name="check_date"/> <field name="check_date"/>
<field name="filter_cond"/> <field name="filter_cond"/>
@ -20,6 +15,11 @@
<separator string="Choose objects to record"/> <separator string="Choose objects to record"/>
<field name="objects"/> <field name="objects"/>
<group><field name="info_yaml"/></group> <group><field name="info_yaml"/></group>
<footer>
<button name="record_objects" string="Record" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>
@ -86,11 +86,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Module Recording" version="7.0"> <form string="Module Recording" version="7.0">
<header>
<button string="Continue" name="inter_call" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Module Information"> <group string="Module Information">
<field name="name"/> <field name="name"/>
<field name="directory_name"/> <field name="directory_name"/>
@ -102,6 +97,11 @@
</group> </group>
<separator string="Description"/> <separator string="Description"/>
<field name="description"/> <field name="description"/>
<footer>
<button string="Continue" name="inter_call" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,16 +8,16 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Module Recording" version="7.0"> <form string="Module Recording" version="7.0">
<header>
<button name="record_save" string="Continue" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Recording Information"> <group string="Recording Information">
<field name="info_status"/> <field name="info_status"/>
<field name="info_text"/> <field name="info_text"/>
<field name="info_yaml"/> <field name="info_yaml"/>
</group> </group>
<footer>
<button name="record_save" string="Continue" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,15 +7,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Get a report" version="7.0"> <form string="Get a report" version="7.0">
<header> <group string="Select your report">
<field name="report_id"/>
</group>
<footer>
<button name="get_report" string="Continue" type="object" class="oe_highlight"/> <button name="get_report" string="Continue" type="object" class="oe_highlight"/>
<button name="upload_report" string="Upload the modified report" type="object" class="oe_highlight"/> <button name="upload_report" string="Upload the modified report" type="object" class="oe_highlight"/>
or or
<button string="Cancel" class="oe_link" special="cancel"/> <button string="Cancel" class="oe_link" special="cancel"/>
</header> </footer>
<group string="Select your report">
<field name="report_id"/>
</group>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,15 +10,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Create Menu For Dashboard" version="7.0"> <form string="Create Menu For Dashboard" version="7.0">
<header>
<button string="Create Menu" name="board_menu_create" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group colspan="4" string="Menu Information"> <group colspan="4" string="Menu Information">
<field name="menu_name"/> <field name="menu_name"/>
<field name="menu_parent_id"/> <field name="menu_parent_id"/>
</group> </group>
<footer>
<button string="Create Menu" name="board_menu_create" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,9 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Browse Caldav" version="7.0"> <form string="Browse Caldav" version="7.0">
<header>
<button special="cancel" string="_Close" icon="gtk-close"/>
</header>
<sheet> <sheet>
<group> <group>
<separator string="Browse Caldav" colspan="4"/> <separator string="Browse Caldav" colspan="4"/>
@ -37,6 +34,9 @@
</group> </group>
</sheet> </sheet>
<footer>
<button special="cancel" string="_Close" icon="gtk-close"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,15 +7,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Import ICS" version="7.0"> <form string="Import ICS" version="7.0">
<header>
<button name="process_imp_ics" string="_Import" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group colspan="4" > <group colspan="4" >
<separator string="Select ICS File"/> <separator string="Select ICS File"/>
<field name="file_path" colspan="4" width="500" nolabel="1"/> <field name="file_path" colspan="4" width="500" nolabel="1"/>
</group> </group>
<footer>
<button name="process_imp_ics" string="_Import" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,15 +7,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Subscribe to Remote Calendar" version="7.0"> <form string="Subscribe to Remote Calendar" version="7.0">
<header>
<button name="process_imp_ics" string="_Subscribe" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group colspan="4" > <group colspan="4" >
<separator string="Provide Path for Remote Calendar"/> <separator string="Provide Path for Remote Calendar"/>
<field name="url_path" colspan="4" width="300" nolabel="1" widget="url"/> <field name="url_path" colspan="4" width="300" nolabel="1" widget="url"/>
</group> </group>
<footer>
<button name="process_imp_ics" string="_Subscribe" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,15 +10,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Add Note" version="7.0"> <form string="Add Note" version="7.0">
<header>
<button name="action_add" type="object" string="_Add" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<separator string="Add Note"/> <separator string="Add Note"/>
<field name="body"/> <field name="body"/>
</group> </group>
<footer>
<button name="action_add" type="object" string="_Add" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -6,11 +6,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Convert to Opportunity" version="7.0"> <form string="Convert to Opportunity" version="7.0">
<header>
<button name="action_apply" string="Create Opportunity" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<field name="action"/> <field name="action"/>
<group attrs="{'invisible':[('action','!=','exist')]}"> <group attrs="{'invisible':[('action','!=','exist')]}">
<field name="partner_id" attrs="{'required': [('action', '=', 'exist')]}"/> <field name="partner_id" attrs="{'required': [('action', '=', 'exist')]}"/>
@ -27,6 +22,11 @@
<field name="section_id" /> <field name="section_id" />
</tree> </tree>
</field> </field>
<footer>
<button name="action_apply" string="Create Opportunity" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>
@ -37,11 +37,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Convert to Opportunity" version="7.0"> <form string="Convert to Opportunity" version="7.0">
<header>
<button name="mass_convert" string="Convert into Opportunities" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<field name="action"/> <field name="action"/>
<field name="name" colspan="4"/> <field name="name" colspan="4"/>
<group string="Assigned Opportunities to"> <group string="Assigned Opportunities to">
@ -53,6 +48,11 @@
<field name="name" /> <field name="name" />
</tree> </tree>
</field> </field>
<footer>
<button name="mass_convert" string="Convert into Opportunities" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -9,16 +9,16 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Create a Partner" version="7.0"> <form string="Create a Partner" version="7.0">
<header>
<button name="make_partner" string="Continue" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group col="4"> <group col="4">
<separator string="Create a Partner"/> <separator string="Create a Partner"/>
<field name="action"/> <field name="action"/>
<field name="partner_id" attrs="{'required': [('action', '=', 'exist')], 'invisible':[('action','!=','exist')]}"/> <field name="partner_id" attrs="{'required': [('action', '=', 'exist')], 'invisible':[('action','!=','exist')]}"/>
</group> </group>
<footer>
<button name="make_partner" string="Continue" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,11 +10,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Merge Opportunities" version="7.0"> <form string="Merge Opportunities" version="7.0">
<header>
<button name="action_merge" type="object" string="_Merge" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<separator string="Select Opportunities"/> <separator string="Select Opportunities"/>
<field name="opportunity_ids"> <field name="opportunity_ids">
<tree> <tree>
@ -24,6 +19,11 @@
<field name="section_id" /> <field name="section_id" />
</tree> </tree>
</field> </field>
<footer>
<button name="action_merge" type="object" string="_Merge" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -9,17 +9,17 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Create Opportunity" version="7.0"> <form string="Create Opportunity" version="7.0">
<header>
<button name="make_opportunity" string="Create Opportunity" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="partner_id"/> <field name="partner_id"/>
<field name="planned_revenue"/> <field name="planned_revenue"/>
<field name="probability"/> <field name="probability"/>
</group> </group>
<footer>
<button name="make_opportunity" string="Create Opportunity" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -11,13 +11,13 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Convert To Meeting" version="7.0"> <form string="Convert To Meeting" version="7.0">
<header> <label string="Are you sure to schedule a Meeting for this Phonecall?"/>
<footer>
<button name="action_make_meeting" type="object" <button name="action_make_meeting" type="object"
string="_Schedule" class="oe_highlight"/> string="_Schedule" class="oe_highlight"/>
or or
<button string="Cancel" class="oe_link" special="cancel" /> <button string="Cancel" class="oe_link" special="cancel" />
</header> </footer>
<label string="Are you sure to schedule a Meeting for this Phonecall?"/>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,17 +10,17 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Convert To Opportunity " version="7.0"> <form string="Convert To Opportunity " version="7.0">
<header>
<button name="make_opportunity" type="object" string="_Convert" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="partner_id" /> <field name="partner_id" />
<field name="planned_revenue"/> <field name="planned_revenue"/>
<field name="probability"/> <field name="probability"/>
</group> </group>
<footer>
<button name="make_opportunity" type="object" string="_Convert" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -9,14 +9,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Create a Partner" version="7.0"> <form string="Create a Partner" version="7.0">
<header>
<button name="open_create_partner" string="Create Partner" type="object" groups="base.group_partner_manager" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<label string="Are you sure you want to create a partner based on this Phonecall ?"/> <label string="Are you sure you want to create a partner based on this Phonecall ?"/>
<newline/> <newline/>
<label string="You may have to verify that this partner does not exist already."/> <label string="You may have to verify that this partner does not exist already."/>
<footer>
<button name="open_create_partner" string="Create Partner" type="object" groups="base.group_partner_manager" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>
@ -29,15 +29,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Create a Partner" version="7.0"> <form string="Create a Partner" version="7.0">
<header>
<button name="make_partner" string="Continue" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<field name="action"/> <field name="action"/>
<field name="partner_id" attrs="{'required':[('action','=','exist')],'invisible':[('action','!=','exist')]}" /> <field name="partner_id" attrs="{'required':[('action','=','exist')],'invisible':[('action','!=','exist')]}" />
</group> </group>
<footer>
<button name="make_partner" string="Continue" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,12 +10,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Schedule/Log a Call" version="7.0"> <form string="Schedule/Log a Call" version="7.0">
<header>
<button name="action_schedule" type="object" string="Log Call" attrs="{'invisible' : [('action', '!=', 'log')]}" class="oe_highlight"/>
<button name="action_schedule" type="object" string="Schedule Call" attrs="{'invisible' : [('action', '!=', 'schedule')]}" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group col="4"> <group col="4">
<field name="action"/> <field name="action"/>
<field name="name"/> <field name="name"/>
@ -24,6 +18,12 @@
<field name="user_id" /> <field name="user_id" />
<field name="section_id"/> <field name="section_id"/>
</group> </group>
<footer>
<button name="action_schedule" type="object" string="Log Call" attrs="{'invisible' : [('action', '!=', 'log')]}" class="oe_highlight"/>
<button name="action_schedule" type="object" string="Schedule Call" attrs="{'invisible' : [('action', '!=', 'schedule')]}" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -9,11 +9,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Send Mail" version="7.0"> <form string="Send Mail" version="7.0">
<header>
<button name="action_forward" string="Send" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<separator string="Forward to Partner" colspan="4" /> <separator string="Forward to Partner" colspan="4" />
<group col="4" colspan="6"> <group col="4" colspan="6">
<field name="history" colspan="2" on_change="on_change_history(history, context)"/> <field name="history" colspan="2" on_change="on_change_history(history, context)"/>
@ -46,6 +41,11 @@
<field name="attachment_ids" colspan="4" nolabel="1"/> <field name="attachment_ids" colspan="4" nolabel="1"/>
</page> </page>
</notebook> </notebook>
<footer>
<button name="action_forward" string="Send" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,14 +8,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Questionnaires" version="7.0"> <form string="Questionnaires" version="7.0">
<header>
<button name="build_form" string="Open Questionnaire" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<field name="questionnaire_id"/> <field name="questionnaire_id"/>
</group> </group>
<footer>
<button name="build_form" string="Open Questionnaire" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>
@ -35,13 +35,13 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form version="7.0"> <form version="7.0">
<header> <separator colspan="4" string="Questionnaire"/>
<field name="question_ans_ids" colspan="4" nolabel="1" mode="tree,form" width="550" height="200"/>
<footer>
<button name="questionnaire_compute" string="Save Data" type="object" class="oe_highlight"/> <button name="questionnaire_compute" string="Save Data" type="object" class="oe_highlight"/>
or or
<button string="Cancel" class="oe_link" special="cancel" /> <button string="Cancel" class="oe_link" special="cancel" />
</header> </footer>
<separator colspan="4" string="Questionnaire"/>
<field name="question_ans_ids" colspan="4" nolabel="1" mode="tree,form" width="550" height="200"/>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,14 +7,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Browse Document" version="7.0"> <form string="Browse Document" version="7.0">
<header>
<button name="browse_ftp" string="_Browse" type="object" icon="gtk-ok" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<field name="url" widget="url"/> <field name="url" widget="url"/>
</group> </group>
<footer>
<button name="browse_ftp" string="_Browse" type="object" icon="gtk-ok" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -9,12 +9,12 @@
<field name="inherit_id" ref="mail.email_compose_message_wizard_form"/> <field name="inherit_id" ref="mail.email_compose_message_wizard_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<data> <data>
<xpath expr="//form/header/button" position="before"> <xpath expr="//form/footer/button" position="before">
<field name="use_template" invisible="1"/> <field name="use_template" invisible="1"/>
<button icon="gtk-paste" type="object" name="template_toggle" <button icon="gtk-paste" type="object" name="template_toggle"
string="" help="Use a message template" /> string="" help="Use a message template" />
<button icon="gtk-save" type="object" name="save_as_template" <button icon="gtk-save" type="object" name="save_as_template"
string="" help="Save as a new template"/> string="" help="Save as a new template"/>
</xpath> </xpath>
<xpath expr="//form/notebook" position="after"> <xpath expr="//form/notebook" position="after">
<group attrs="{'invisible':[('use_template','=',False)]}" colspan="4" col="4"> <group attrs="{'invisible':[('use_template','=',False)]}" colspan="4" col="4">

View File

@ -8,12 +8,12 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Event Confirmation" version="7.0"> <form string="Event Confirmation" version="7.0">
<header> <label string="Warning: This Event has not reached its Minimum Registration Limit. Are you sure you want to confirm it?"/>
<footer>
<button name="confirm" string="Confirm Anyway" type="object" class="oe_highlight"/> <button name="confirm" string="Confirm Anyway" type="object" class="oe_highlight"/>
or or
<button string="Cancel" class="oe_link" special="cancel" /> <button string="Cancel" class="oe_link" special="cancel" />
</header> </footer>
<label string="Warning: This Event has not reached its Minimum Registration Limit. Are you sure you want to confirm it?"/>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,16 +8,16 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Retro-Planning" version="7.0"> <form string="Retro-Planning" version="7.0">
<header>
<button name="create_duplicate" string="Ok" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group col="4"> <group col="4">
<field name="project_id" colspan="4"/> <field name="project_id" colspan="4"/>
<field name="date_start"/> <field name="date_start"/>
<field name="date"/> <field name="date"/>
</group> </group>
<footer>
<button name="create_duplicate" string="Ok" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,15 +7,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Google login" version="7.0"> <form string="Google login" version="7.0">
<header>
<button name="login" string="_Login" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<field name="user" placeholder="user@gmail.com"/> <field name="user" placeholder="user@gmail.com"/>
<field name="password" password="True"/> <field name="password" password="True"/>
</group> </group>
<footer>
<button name="login" string="_Login" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,15 +8,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Print Attendance Report Monthly" version="7.0"> <form string="Print Attendance Report Monthly" version="7.0">
<header>
<button name="print_report" string="Print" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group col="4"> <group col="4">
<field name="month"/> <field name="month"/>
<field name="year"/> <field name="year"/>
</group> </group>
<footer>
<button name="print_report" string="Print" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,15 +7,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Print Attendance Report Weekly" version="7.0"> <form string="Print Attendance Report Weekly" version="7.0">
<header>
<button name="print_report" string="Print" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<field name="init_date"/> <field name="init_date"/>
<field name="end_date"/> <field name="end_date"/>
</group> </group>
<footer>
<button name="print_report" string="Print" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,17 +8,17 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Print Attendance Report Error" version="7.0"> <form string="Print Attendance Report Error" version="7.0">
<header>
<button name="print_report" string="Print" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group string="Analysis Information" col="4"> <group string="Analysis Information" col="4">
<field name="init_date"/> <field name="init_date"/>
<field name="end_date"/> <field name="end_date"/>
<field name="max_delay"/> <field name="max_delay"/>
</group> </group>
<label string="Bellow this delay, the error is considered to be voluntary" colspan="2"/> <label string="Bellow this delay, the error is considered to be voluntary" colspan="2"/>
<footer>
<button name="print_report" string="Print" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,12 +7,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Sign in / Sign out" version="7.0"> <form string="Sign in / Sign out" version="7.0">
<header>
<button string="Sign in" name="si_check" type="object" class="oe_highlight"/>
<button string="Sign out" name="so_check" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<separator colspan="4" string="Sign in / Sign out"/> <separator colspan="4" string="Sign in / Sign out"/>
<label colspan="4" nolabel="1" string="If you need your staff to sign in when they arrive at work and sign out again at the end of the day, OpenERP allows you to manage this with this tool. If each employee has been linked to a system user, then they can encode their time with this action button."/> <label colspan="4" nolabel="1" string="If you need your staff to sign in when they arrive at work and sign out again at the end of the day, OpenERP allows you to manage this with this tool. If each employee has been linked to a system user, then they can encode their time with this action button."/>
@ -22,6 +16,12 @@
<field name="name" /> <field name="name" />
<field name="state" /> <field name="state" />
</group> </group>
<footer>
<button string="Sign in" name="si_check" type="object" class="oe_highlight"/>
<button string="Sign out" name="so_check" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,14 +8,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Evaluation Reminders" version="7.0"> <form string="Evaluation Reminders" version="7.0">
<header>
<button name="send_mail" string="Send Mail" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group string="Send Evaluation Reminder"> <group string="Send Evaluation Reminder">
<field name="evaluation_id"/> <field name="evaluation_id"/>
</group> </group>
<footer>
<button name="send_mail" string="Send Mail" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,15 +8,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Leaves by Department" version="7.0"> <form string="Leaves by Department" version="7.0">
<header>
<button name="print_report" string="Print" type="object" class="oe_highlight"/> or
<button string="Cancel" special="cancel" class="oe_link"/>
</header>
<group> <group>
<field name="date_from" /> <field name="date_from" />
<field name="holiday_type"/> <field name="holiday_type"/>
<field name="depts"/> <field name="depts"/>
</group> </group>
<footer>
<button name="print_report" string="Print" type="object" class="oe_highlight"/> or
<button string="Cancel" special="cancel" class="oe_link"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,11 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Leaves Summary" version="7.0"> <form string="Leaves Summary" version="7.0">
<header>
<button name="print_report" string="Print" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group col="4" colspan="6"> <group col="4" colspan="6">
<field name="date_from"/> <field name="date_from"/>
<newline/> <newline/>
@ -20,6 +15,11 @@
<newline/> <newline/>
<field name="emp" invisible="True"/> <field name="emp" invisible="True"/>
</group> </group>
<footer>
<button name="print_report" string="Print" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,12 +8,12 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Convert To Partner" version="7.0"> <form string="Convert To Partner" version="7.0">
<header> <label string="Are you sure you want to create a contact based on this job request ?"/>
<footer>
<button name="make_order" string="Create Contact" type="object" groups="base.group_partner_manager" class="oe_highlight"/> <button name="make_order" string="Create Contact" type="object" groups="base.group_partner_manager" class="oe_highlight"/>
<label string="or" groups="base.group_partner_manager"/> <label string="or" groups="base.group_partner_manager"/>
<button string="Cancel" class="oe_link" special="cancel" /> <button string="Cancel" class="oe_link" special="cancel" />
</header> </footer>
<label string="Are you sure you want to create a contact based on this job request ?"/>
</form> </form>
</field> </field>
</record> </record>

View File

@ -9,16 +9,16 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Monthly Employee Timesheet" version="7.0"> <form string="Monthly Employee Timesheet" version="7.0">
<header>
<button string="Print" name="print_report" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group colspan="4"> <group colspan="4">
<field name="month"/> <field name="month"/>
<field name="year"/> <field name="year"/>
<field name="employee_id" colspan="3"/> <field name="employee_id" colspan="3"/>
</group> </group>
<footer>
<button string="Print" name="print_report" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -9,10 +9,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Monthly Employees Timesheet" version="7.0"> <form string="Monthly Employees Timesheet" version="7.0">
<header>
<button string="Print" name="print_report" type="object" class="oe_highlight"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<sheet> <sheet>
<group> <group>
<label for="month" string="Period"/> <label for="month" string="Period"/>
@ -25,6 +21,10 @@
<field name="employee_ids" nolabel="1"/> <field name="employee_ids" nolabel="1"/>
</group> </group>
</sheet> </sheet>
<footer>
<button string="Print" name="print_report" type="object" class="oe_highlight"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,15 +7,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Sign In/Out by Project" version="7.0"> <form string="Sign In/Out by Project" version="7.0">
<header>
<button string="Sign in / Sign out" name="check_state" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<separator colspan="4" string="Sign In/Out by Project"/> <separator colspan="4" string="Sign In/Out by Project"/>
<label colspan="4" nolabel="1" string="Employees can encode their time spent on the different projects they are assigned on. A project is an analytic account and the time spent on a project generates costs on the analytic account. This feature allows to record at the same time the attendance and the timesheet."/> <label colspan="4" nolabel="1" string="Employees can encode their time spent on the different projects they are assigned on. A project is an analytic account and the time spent on a project generates costs on the analytic account. This feature allows to record at the same time the attendance and the timesheet."/>
</group> </group>
<footer>
<button string="Sign in / Sign out" name="check_state" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>
@ -26,11 +26,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Sign In/Out by Project" version="7.0"> <form string="Sign In/Out by Project" version="7.0">
<header>
<button string="Start Working" name="sign_in_result" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group colspan="4" > <group colspan="4" >
<separator string="Sign in" colspan="4"/> <separator string="Sign in" colspan="4"/>
<field name="name" readonly="True" /> <field name="name" readonly="True" />
@ -40,6 +35,11 @@
<field name="date"/> <field name="date"/>
<label string="(Keep empty for current time)" colspan="2"/> <label string="(Keep empty for current time)" colspan="2"/>
</group> </group>
<footer>
<button string="Start Working" name="sign_in_result" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>
@ -60,12 +60,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Sign In/Out by Project" version="7.0"> <form string="Sign In/Out by Project" version="7.0">
<header>
<button string="Change Work" name="sign_out_result" type="object" class="oe_highlight"/>
<button string="Stop Working" name="sign_out_result_end" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group colspan="4" > <group colspan="4" >
<separator string="General Information" colspan="4" /> <separator string="General Information" colspan="4" />
<field name="name" readonly="True" /> <field name="name" readonly="True" />
@ -80,6 +74,12 @@
<field name="analytic_amount"/> <field name="analytic_amount"/>
</group> </group>
<footer>
<button string="Change Work" name="sign_out_result" type="object" class="oe_highlight"/>
<button string="Stop Working" name="sign_out_result_end" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,27 +7,27 @@
<field name="model">hr.timesheet.analytic.profit</field> <field name="model">hr.timesheet.analytic.profit</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Timesheet Profit" version="7.0"> <form string="Timesheet Profit" version="7.0">
<header>
<button name="print_report" string="Print" colspan="1" type="object" class="oe_highlight"/> or
<button special="cancel" string="Cancel" class="oe_link"/>
</header>
<sheet> <sheet>
<group> <group>
<label for="date_from" string="Duration" /> <label for="date_from" string="Duration" />
<div> <div>
<field name="date_from" nolabel="1" class="oe_inline" /> <field name="date_from" nolabel="1" class="oe_inline" />
- <field name="date_to" nolabel="1" class="oe_inline"/> - <field name="date_to" nolabel="1" class="oe_inline"/>
</div> </div>
</group> </group>
<group> <group>
<separator string="Journals" colspan="4"/> <separator string="Journals" colspan="4"/>
<field name="journal_ids" colspan="4" nolabel="1"/> <field name="journal_ids" colspan="4" nolabel="1"/>
<separator string="Users" colspan="4"/> <separator string="Users" colspan="4"/>
<field name="employee_ids" colspan="4" nolabel="1"/> <field name="employee_ids" colspan="4" nolabel="1"/>
</group> </group>
</sheet> </sheet>
</form> <footer>
<button name="print_report" string="Print" colspan="1" type="object" class="oe_highlight"/> or
<button special="cancel" string="Cancel" class="oe_link"/>
</footer>
</form>
</field> </field>
</record> </record>

View File

@ -27,11 +27,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Invoice contract" version="7.0"> <form string="Invoice contract" version="7.0">
<header>
<button name="do_create" string="Create Invoice" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<separator string="Do you want to display work details on the invoice?" colspan="4"/> <separator string="Do you want to display work details on the invoice?" colspan="4"/>
<field name="date"/> <field name="date"/>
<field name="time"/> <field name="time"/>
@ -39,6 +34,11 @@
<field name="price"/> <field name="price"/>
<separator string="Force to use a special product" colspan="4"/> <separator string="Force to use a special product" colspan="4"/>
<field name="product"/> <field name="product"/>
<footer>
<button name="do_create" string="Create Invoice" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,11 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Create Invoice" version="7.0"> <form string="Create Invoice" version="7.0">
<header>
<button name="do_create" string="Create Invoices" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<notebook> <notebook>
<page string="Billing Data"> <page string="Billing Data">
<group> <group>
@ -28,6 +23,11 @@
</group> </group>
</page> </page>
</notebook> </notebook>
<footer>
<button name="do_create" string="Create Invoices" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,14 +7,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="My Current Timesheet" version="7.0"> <form string="My Current Timesheet" version="7.0">
<header>
<button name="open_timesheet" string="Open" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<separator string="It will open your current timesheet"/> <separator string="It will open your current timesheet"/>
</group> </group>
<footer>
<button name="open_timesheet" string="Open" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,11 +7,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Import contacts from a google account" version="7.0"> <form string="Import contacts from a google account" version="7.0">
<header>
<button name="import_google" string="_Import Contacts" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group colspan="4" col="4" width="430"> <group colspan="4" col="4" width="430">
<field name="group_name" colspan="4"/> <field name="group_name" colspan="4"/>
<newline/> <newline/>
@ -21,6 +16,11 @@
<field name="supplier" colspan="4"/> <field name="supplier" colspan="4"/>
</group> </group>
</group> </group>
<footer>
<button name="import_google" string="_Import Contacts" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>
@ -33,14 +33,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Import Google Calendar Events" version="7.0"> <form string="Import Google Calendar Events" version="7.0">
<header>
<button name="import_google" string="_Import Events" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group colspan="4" col="4" width="320"> <group colspan="4" col="4" width="320">
<field name="calendar_name" /> <field name="calendar_name" />
</group> </group>
<footer>
<button name="import_google" string="_Import Events" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,11 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Periodical VAT Declaration" version="7.0"> <form string="Periodical VAT Declaration" version="7.0">
<header>
<button name="create_xml" string="Create XML" type="object" default_focus="1" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<group string="Declare Periodical VAT"> <group string="Declare Periodical VAT">
<field name="period_id" widget="selection"/> <field name="period_id" widget="selection"/>
@ -26,6 +21,11 @@
</group> </group>
<separator string="Comments"/> <separator string="Comments"/>
<field name="comments"/> <field name="comments"/>
<footer>
<button name="create_xml" string="Create XML" type="object" default_focus="1" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,12 +8,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Partner VAT intra" version="7.0"> <form string="Partner VAT intra" version="7.0">
<header>
<button name="create_xml" string="Create _XML" type="object" class="oe_highlight"/>
<button name="preview" string="_Preview" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<separator string="Intracom VAT Declaration"/> <separator string="Intracom VAT Declaration"/>
</group> </group>
@ -33,6 +27,12 @@
<field name="country_ids" colspan="4" nolabel="1"/> <field name="country_ids" colspan="4" nolabel="1"/>
</page> </page>
</notebook> </notebook>
<footer>
<button name="create_xml" string="Create _XML" type="object" class="oe_highlight"/>
<button name="preview" string="_Preview" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,14 +8,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="BVR Import" version="7.0"> <form string="BVR Import" version="7.0">
<header>
<button name="import_bvr" string="Import" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<field name="file"/> <field name="file"/>
</group> </group>
<footer>
<button name="import_bvr" string="Import" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,14 +8,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="DTA file creation - Results" version="7.0"> <form string="DTA file creation - Results" version="7.0">
<header>
<button name="create_dta" string="Create DTA" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<field name="dta_file"/> <field name="dta_file"/>
</group> </group>
<footer>
<button name="create_dta" string="Create DTA" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,14 +8,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Bilan Report" version="7.0"> <form string="Bilan Report" version="7.0">
<header>
<button name="print_bilan_report" string="Print" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<field name="fiscalyear_id"/> <field name="fiscalyear_id"/>
</group> </group>
<footer>
<button name="print_bilan_report" string="Print" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,14 +8,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string='Compte de resultat' version="7.0"> <form string='Compte de resultat' version="7.0">
<header>
<button name="print_cdr_report" string="Print" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<field name="fiscalyear_id"/> <field name="fiscalyear_id"/>
</group> </group>
<footer>
<button name="print_cdr_report" string="Print" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,15 +7,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Print Tax Statements" version="7.0"> <form string="Print Tax Statements" version="7.0">
<header>
<button name="print_vat_declaration_report" string="Print Tax Statements" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group col="4"> <group col="4">
<field name="tax_code_id" widget="selection"/> <field name="tax_code_id" widget="selection"/>
<field name="period_id" widget="selection"/> <field name="period_id" widget="selection"/>
</group> </group>
<footer>
<button name="print_vat_declaration_report" string="Print Tax Statements" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,14 +10,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Reset cashbox" version="7.0"> <form string="Reset cashbox" version="7.0">
<header>
<button name="set_to_zero" string="Set to Zero" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<label string="Are you sure you want to reset this cashbox ?"/> <label string="Are you sure you want to reset this cashbox ?"/>
</group> </group>
<footer>
<button name="set_to_zero" string="Set to Zero" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,14 +10,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Cancel Order" version="7.0"> <form string="Cancel Order" version="7.0">
<header>
<button name="cancel" string="Yes" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group col="4" > <group col="4" >
<label string="Are you sure you want to cancel this order ?"/> <label string="Are you sure you want to cancel this order ?"/>
</group> </group>
<footer>
<button name="cancel" string="Yes" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,15 +10,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Confirm" version="7.0"> <form string="Confirm" version="7.0">
<header>
<button name="confirm" string="Confirm Order" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group col="4"> <group col="4">
<separator string="Orders Confirmation" colspan="4"/> <separator string="Orders Confirmation" colspan="4"/>
<field name="confirm_cashbox"/> <field name="confirm_cashbox"/>
</group> </group>
<footer>
<button name="confirm" string="Confirm Order" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,11 +7,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Compose Email" version="7.0"> <form string="Compose Email" version="7.0">
<header>
<button name="send_mail" string="Send" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<field name="model" invisible="1"/> <field name="model" invisible="1"/>
<field name="res_id" invisible="1"/> <field name="res_id" invisible="1"/>
@ -33,6 +28,11 @@
<field name="attachment_ids" colspan="4" nolabel="1"/> <field name="attachment_ids" colspan="4" nolabel="1"/>
</page> </page>
</notebook> </notebook>
<footer>
<button name="send_mail" string="Send" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,15 +8,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Membership Invoice" version="7.0"> <form string="Membership Invoice" version="7.0">
<header>
<button string="Join" name="membership_invoice" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<field name="product_id" domain="[('membership','=',True)]" widget="selection" on_change="onchange_product(product_id)"/> <field name="product_id" domain="[('membership','=',True)]" widget="selection" on_change="onchange_product(product_id)"/>
<field name="member_price"/> <field name="member_price"/>
</group> </group>
<footer>
<button string="Join" name="membership_invoice" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,17 +10,17 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Change Product Qty" version="7.0"> <form string="Change Product Qty" version="7.0">
<header>
<button name="change_prod_qty" string="Approve"
colspan="1" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<separator string="Change Quantity" colspan="4"/> <separator string="Change Quantity" colspan="4"/>
<newline/> <newline/>
<field name="product_qty"/> <field name="product_qty"/>
</group> </group>
<footer>
<button name="change_prod_qty" string="Approve"
colspan="1" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,14 +10,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Product Cost Structure" version="7.0"> <form string="Product Cost Structure" version="7.0">
<header>
<button name="print_report" type="object" string="Print" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group string="Print Cost Structure of Product."> <group string="Print Cost Structure of Product.">
<field name="number"/> <field name="number"/>
</group> </group>
<footer>
<button name="print_report" type="object" string="Print" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -11,15 +11,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Produce" version="7.0"> <form string="Produce" version="7.0">
<header>
<button name="do_produce" type="object" string="Confirm" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group string="Produce"> <group string="Produce">
<field name="mode"/> <field name="mode"/>
<field name="product_qty" colspan="2"/> <field name="product_qty" colspan="2"/>
</group> </group>
<footer>
<button name="do_produce" type="object" string="Confirm" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,17 +10,17 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Select time unit" version="7.0"> <form string="Select time unit" version="7.0">
<header>
<button name="print_report" type="object" string="Print" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<sheet> <sheet>
<group> <group>
<field name="time_unit"/> <field name="time_unit"/>
<field name="measure_unit"/> <field name="measure_unit"/>
</group> </group>
</sheet> </sheet>
<footer>
<button name="print_report" type="object" string="Print" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,14 +10,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Cancel Repair Order" version="7.0"> <form string="Cancel Repair Order" version="7.0">
<header>
<button name="cancel_repair" string="Yes" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group> <group>
<label string="This operation will cancel the Repair process, but will not cancel it's Invoice. Do you want to continue?"/> <label string="This operation will cancel the Repair process, but will not cancel it's Invoice. Do you want to continue?"/>
</group> </group>
<footer>
<button name="cancel_repair" string="Yes" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form> </form>
</field> </field>
</record> </record>

View File

@ -10,15 +10,15 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Create invoices" version="7.0"> <form string="Create invoices" version="7.0">
<header>
<button name="make_invoices" string="Create Invoice" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group string="Do you really want to create the invoice(s)?"> <group string="Do you really want to create the invoice(s)?">
<field name="group"/> <field name="group"/>
</group> </group>
</form> <footer>
<button name="make_invoices" string="Create Invoice" type="object" class="oe_highlight" />
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form>
</field> </field>
</record> </record>

View File

@ -7,14 +7,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Sale by User" version="7.0"> <form string="Sale by User" version="7.0">
<header>
<button name="print_report" string="Print Report" type="object" icon="gtk-print" class="oe_highlight"/>
or
<button string="Cancel" special="cancel" class="oe_link"/>
</header>
<group> <group>
<field name="user_id"/> <field name="user_id"/>
</group> </group>
<footer>
<button name="print_report" string="Print Report" type="object" icon="gtk-print" class="oe_highlight"/>
or
<button string="Cancel" special="cancel" class="oe_link"/>
</footer>
</form> </form>
</field> </field>
</record> </record>

Some files were not shown because too many files have changed in this diff Show More