[MERGE]: Merge with latest trunk-addons

bzr revid: rpa@tinyerp.com-20120702054353-ertcuzo8gmqu98wp
This commit is contained in:
Rucha (Open ERP) 2012-07-02 11:13:53 +05:30
commit 953dff0367
502 changed files with 43661 additions and 42594 deletions

View File

@ -9,7 +9,6 @@
<form position="attributes" version="7.0"> <form position="attributes" version="7.0">
<attribute name="string">Accounting Application Configuration</attribute> <attribute name="string">Accounting Application Configuration</attribute>
</form> </form>
<button name="action_skip" position="replace"/>
<button name="action_next" position="attributes"> <button name="action_next" position="attributes">
<attribute name="string">Continue</attribute> <attribute name="string">Continue</attribute>
</button> </button>

View File

@ -148,9 +148,8 @@
<form version="7.0"> <form version="7.0">
<header> <header>
<span groups="base.group_user"> <span groups="base.group_user">
<button name="invoice_open" states="draft" string="Validate" class="oe_highlight"/> <button name="invoice_open" states="draft,proforma2" string="Validate" class="oe_highlight"/>
<button name="invoice_open" states="proforma2" string="Validate"/> <button name="%(action_account_invoice_refund)d" type='action' string='Ask Refund' states='open,paid' />
<button name="%(action_account_invoice_refund)d" type='action' string='Ask Refund' states='open,paid'/>
<button name="invoice_cancel" states="draft,proforma2,sale,open" string="Cancel" groups="base.group_no_one"/> <button name="invoice_cancel" states="draft,proforma2,sale,open" string="Cancel" groups="base.group_no_one"/>
<button name="action_cancel_draft" states="cancel" string="Set to Draft" type="object"/> <button name="action_cancel_draft" states="cancel" string="Set to Draft" type="object"/>
<button name='%(action_account_state_open)d' type='action' string='Re-Open' groups="account.group_account_invoice" attrs="{'invisible':['|', ('state','&lt;&gt;','paid'), ('reconciled', '=', True)]}" help="This button only appears when the state of the invoice is 'paid' (showing that it has been fully reconciled) and auto-computed boolean 'reconciled' is False (depicting that it's not the case anymore). In other words, the invoice has been dereconciled and it does not fit anymore the 'paid' state. You should press this button to re-open it and let it continue its normal process after having resolved the eventual exceptions it may have created."/> <button name='%(action_account_state_open)d' type='action' string='Re-Open' groups="account.group_account_invoice" attrs="{'invisible':['|', ('state','&lt;&gt;','paid'), ('reconciled', '=', True)]}" help="This button only appears when the state of the invoice is 'paid' (showing that it has been fully reconciled) and auto-computed boolean 'reconciled' is False (depicting that it's not the case anymore). In other words, the invoice has been dereconciled and it does not fit anymore the 'paid' state. You should press this button to re-open it and let it continue its normal process after having resolved the eventual exceptions it may have created."/>
@ -286,8 +285,8 @@
<button name="invoice_cancel" states="draft,proforma2,sale,open" string="Cancel" groups="base.group_no_one"/> <button name="invoice_cancel" states="draft,proforma2,sale,open" string="Cancel" groups="base.group_no_one"/>
<button name="action_cancel_draft" states="cancel" string="Reset to Draft" type="object"/> <button name="action_cancel_draft" states="cancel" string="Reset to Draft" type="object"/>
<button name='%(action_account_state_open)d' type='action' string='Re-Open' groups="account.group_account_invoice" attrs="{'invisible':['|', ('state','&lt;&gt;','paid'), ('reconciled', '=', True)]}" help="This button only appears when the state of the invoice is 'paid' (showing that it has been fully reconciled) and auto-computed boolean 'reconciled' is False (depicting that it's not the case anymore). In other words, the invoice has been dereconciled and it does not fit anymore the 'paid' state. You should press this button to re-open it and let it continue its normal process after having resolved the eventual exceptions it may have created."/> <button name='%(action_account_state_open)d' type='action' string='Re-Open' groups="account.group_account_invoice" attrs="{'invisible':['|', ('state','&lt;&gt;','paid'), ('reconciled', '=', True)]}" help="This button only appears when the state of the invoice is 'paid' (showing that it has been fully reconciled) and auto-computed boolean 'reconciled' is False (depicting that it's not the case anymore). In other words, the invoice has been dereconciled and it does not fit anymore the 'paid' state. You should press this button to re-open it and let it continue its normal process after having resolved the eventual exceptions it may have created."/>
<!--button name="%(account_invoices)d" string="Print Invoice" type="action" states="open,paid,proforma,sale,proforma2"/-->
</span> </span>
<!--button name="%(account_invoices)d" string="Print Invoice" type="action" states="open,paid,proforma,sale,proforma2"/-->
<field name="state" widget="statusbar" nolabel="1" statusbar_visible="draft,open,paid" statusbar_colors='{"proforma":"blue","proforma2":"blue"}'/> <field name="state" widget="statusbar" nolabel="1" statusbar_visible="draft,open,paid" statusbar_colors='{"proforma":"blue","proforma2":"blue"}'/>
</header> </header>
<sheet string="Invoice"> <sheet string="Invoice">
@ -309,7 +308,7 @@
on_change="onchange_partner_id(type,partner_id,date_invoice,payment_term, partner_bank_id,company_id)" on_change="onchange_partner_id(type,partner_id,date_invoice,payment_term, partner_bank_id,company_id)"
groups="base.group_user" context="{'search_default_customer': 1}" groups="base.group_user" context="{'search_default_customer': 1}"
domain="[('customer', '=', True)]"/> domain="[('customer', '=', True)]"/>
<field name="fiscal_position" widget="selection" options='{"quick_create": false}'/> <field name="fiscal_position" widget="selection" />
<field name="payment_term" widget="selection"/> <field name="payment_term" widget="selection"/>
</group> </group>
@ -324,8 +323,9 @@
<field domain="[('company_id', '=', company_id),('type','=', 'receivable')]" <field domain="[('company_id', '=', company_id),('type','=', 'receivable')]"
name="account_id" groups="account.group_account_user"/> name="account_id" groups="account.group_account_user"/>
<field name="currency_id"/> <label for="currency_id"/>
<div groups="base.group_user"> <div>
<field name="currency_id" class="oe_inline"/>
<button name="%(action_account_change_currency)d" type="action" <button name="%(action_account_change_currency)d" type="action"
icon="terp-stock_effects-object-colorize" icon="terp-stock_effects-object-colorize"
attrs="{'invisible':[('state','!=','draft')]}" attrs="{'invisible':[('state','!=','draft')]}"

View File

@ -13,11 +13,11 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form version="7.0"> <form version="7.0">
<header> <header>
<button name="create_period" states="draft" string="Create Monthly Periods" type="object"/> <button name="create_period" states="draft" string="Create Monthly Periods" type="object" class="oe_highlight"/>
<button name="create_period3" states="draft" string="Create 3 Months Periods" type="object"/> <button name="create_period3" states="draft" string="Create 3 Months Periods" type="object" class="oe_highlight"/>
<field name="state" widget="statusbar" nolabel="1" /> <field name="state" widget="statusbar" nolabel="1" />
</header> </header>
<sheet string="Fiscalyear" layout="auto"> <sheet string="Fiscalyear" >
<group> <group>
<group> <group>
<field name="name"/> <field name="name"/>
@ -171,7 +171,7 @@
<form string="Account" version="7.0"> <form string="Account" version="7.0">
<label for="name" class="oe_edit_only" string="Account Name and Code:"/> <label for="name" class="oe_edit_only" string="Account Name and Code:"/>
<h1> <h1>
<field name="name"/> - <field name="name"/> -
<field name="code"/> <field name="code"/>
</h1> </h1>
<label for="company_id"/> <label for="company_id"/>
@ -592,8 +592,8 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Bank Statement" version="7.0"> <form string="Bank Statement" version="7.0">
<header> <header>
<button name="button_confirm_bank" states="draft" string="Confirm" type="object" /> <button name="button_confirm_bank" states="draft" string="Confirm" type="object" class="oe_highlight"/>
<button name="button_dummy" states="draft" string="Compute" type="object"/> <button name="button_dummy" states="draft" string="Compute" type="object" class="oe_highlight"/>
<button name="button_cancel" states="confirm" string="Cancel" type="object"/> <button name="button_cancel" states="confirm" string="Cancel" type="object"/>
<field name="state" widget="statusbar" statusbar_visible="draft,confirm"/> <field name="state" widget="statusbar" statusbar_visible="draft,confirm"/>
</header> </header>
@ -1268,11 +1268,11 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form version="7.0"> <form version="7.0">
<header> <header>
<button name="button_validate" states="draft" string="Post" type="object"/> <button name="button_validate" states="draft" string="Post" type="object" class="oe_highlight"/>
<button name="button_cancel" states="posted" string="Cancel" type="object"/> <button name="button_cancel" states="posted" string="Cancel" type="object"/>
<field name="state" widget="statusbar"/> <field name="state" widget="statusbar"/>
</header> </header>
<sheet string="Journal Entries" layout="auto"> <sheet string="Journal Entries" >
<group col="4"> <group col="4">
<field name="name" readonly="True"/> <field name="name" readonly="True"/>
<field name="ref"/> <field name="ref"/>
@ -1284,10 +1284,10 @@
<field name="partner_id" invisible="1"/> <field name="partner_id" invisible="1"/>
<field name="amount" invisible="1"/> <field name="amount" invisible="1"/>
</group> </group>
<notebook colspan="4"> <notebook>
<page string="Journal Items"> <page string="Journal Items">
<field name="balance" invisible="1"/> <field name="balance" invisible="1"/>
<field colspan="4" name="line_id" widget="one2many_list" <field name="line_id" widget="one2many_list"
on_change="onchange_line_id(line_id)" on_change="onchange_line_id(line_id)"
context="{'balance': balance , 'journal': journal_id }"> context="{'balance': balance , 'journal': journal_id }">
<form string="Journal Item" version="7.0"> <form string="Journal Item" version="7.0">
@ -1824,8 +1824,8 @@
<form string="Recurring" version="7.0"> <form string="Recurring" version="7.0">
<header> <header>
<button name="state_draft" states="done" string="Set to Draft" type="object" icon="gtk-convert" /> <button name="state_draft" states="done" string="Set to Draft" type="object" icon="gtk-convert" />
<button name="compute" states="draft" string="Compute" type="object" icon="terp-stock_format-scientific"/> <button name="compute" states="draft" string="Compute" type="object" icon="terp-stock_format-scientific" class="oe_highlight"/>
<button name="remove_line" states="running" string="Remove Lines" type="object" icon="gtk-remove"/> <button name="remove_line" states="running" string="Remove Lines" type="object" icon="gtk-remove" class="oe_highlight"/>
<field name="state" widget="statusbar" statusbar_visible="draft,running,done"/> <field name="state" widget="statusbar" statusbar_visible="draft,running,done"/>
</header> </header>
<sheet> <sheet>
@ -1983,8 +1983,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Create Account" version="7.0"> <form string="Create Account" version="7.0">
<header> <header>
<button icon="gtk-ok" name="action_create" string="Add" type="object"/> <button icon="gtk-ok" name="action_create" string="Add" type="object" class="oe_highlight" />
<button icon="gtk-cancel" special="cancel" string="Cancel" name="action_cancel" type="object"/>
</header> </header>
<separator col="4" colspan="4" string="Create an Account Based on this Template"/> <separator col="4" colspan="4" string="Create an Account Based on this Template"/>
<field name="cparent_id"/> <field name="cparent_id"/>
@ -2355,7 +2354,6 @@
<form position="attributes" version="7.0"> <form position="attributes" version="7.0">
<attribute name="string">Accounting Application Configuration</attribute> <attribute name="string">Accounting Application Configuration</attribute>
</form> </form>
<button name="action_skip" position="replace"/>
<group string="res_config_contents" position="replace"> <group string="res_config_contents" position="replace">
<field name="only_one_chart_template" invisible="1"/> <field name="only_one_chart_template" invisible="1"/>
<field name="complete_tax_set" invisible="1"/> <field name="complete_tax_set" invisible="1"/>
@ -2544,8 +2542,8 @@ action = pool.get('res.config').next(cr, uid, [], context)
<field name="arch" type="xml"> <field name="arch" type="xml">
<form version="7.0"> <form version="7.0">
<header> <header>
<button name="button_confirm_cash" states="open" string="Close CashBox" type="object"/> <button name="button_confirm_cash" states="open" string="Close CashBox" type="object" class="oe_highlight"/>
<button name="button_open" states="draft" string="Open CashBox" type="object"/> <button name="button_open" states="draft" string="Open CashBox" type="object" class="oe_highlight"/>
<button name="button_cancel" states="confirm,open" string="Cancel" type="object" groups="base.group_extended"/> <button name="button_cancel" states="confirm,open" string="Cancel" type="object" groups="base.group_extended"/>
<field name="state" widget="statusbar" nolabel="1" statusbar_visible="draft,confirm"/> <field name="state" widget="statusbar" nolabel="1" statusbar_visible="draft,confirm"/>
</header> </header>

View File

@ -65,7 +65,7 @@
<!-- <!--
Partners Extension Partners Extension
--> -->
<record id="view_partner_property_form" model="ir.ui.view"> <record id="view_partner_property_form" model="ir.ui.view">
<field name="name">res.partner.property.form.inherit</field> <field name="name">res.partner.property.form.inherit</field>

View File

@ -69,7 +69,7 @@
<field name="subflow_id" ref="process_process_statementprocess0"/> <field name="subflow_id" ref="process_process_statementprocess0"/>
<field eval="&quot;&quot;&quot;object.state=='draft'&quot;&quot;&quot;" name="model_states"/> <field eval="&quot;&quot;&quot;object.state=='draft'&quot;&quot;&quot;" name="model_states"/>
<field eval="1" name="flow_start"/> <field eval="1" name="flow_start"/>
</record> </record>
<record id="process_node_paymententries0" model="process.node"> <record id="process_node_paymententries0" model="process.node">
<field name="menu_id" ref="account.menu_action_move_journal_line_form"/> <field name="menu_id" ref="account.menu_action_move_journal_line_form"/>

View File

@ -64,7 +64,7 @@
Process Transition Process Transition
--> -->
<record id="process_transition_filestatement0" model="process.transition"> <record id="process_transition_filestatement0" model="process.transition">
<field eval="[(6,0,[])]" name="transition_ids"/> <field eval="[(6,0,[])]" name="transition_ids"/>
<field eval="&quot;&quot;&quot;Automatic import of the bank statement&quot;&quot;&quot;" name="name"/> <field eval="&quot;&quot;&quot;Automatic import of the bank statement&quot;&quot;&quot;" name="name"/>
<field eval="&quot;&quot;&quot;Import of the statement in the system from an electronic file&quot;&quot;&quot;" name="note"/> <field eval="&quot;&quot;&quot;Import of the statement in the system from an electronic file&quot;&quot;&quot;" name="note"/>

View File

@ -106,7 +106,7 @@
Process Transition Process Transition
--> -->
<record id="process_transition_supplieranalyticcost0" model="process.transition"> <record id="process_transition_supplieranalyticcost0" model="process.transition">
<field eval="[(6,0,[])]" name="transition_ids"/> <field eval="[(6,0,[])]" name="transition_ids"/>
<field eval="&quot;&quot;&quot;From analytic accounts&quot;&quot;&quot;" name="name"/> <field eval="&quot;&quot;&quot;From analytic accounts&quot;&quot;&quot;" name="name"/>
<field eval="&quot;&quot;&quot;Analytic costs (timesheets, some purchased products, ...) come from analytic accounts. These generate draft supplier invoices.&quot;&quot;&quot;" name="note"/> <field eval="&quot;&quot;&quot;Analytic costs (timesheets, some purchased products, ...) come from analytic accounts. These generate draft supplier invoices.&quot;&quot;&quot;" name="note"/>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -56,6 +56,11 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<search string="Invoices Analysis"> <search string="Invoices Analysis">
<group> <group>
<filter icon="terp-go-year" string="Year"
name="year"
domain="[('date','&lt;=', time.strftime('%%Y-%%m-%%d')),('date','&gt;=',time.strftime('%%Y-01-01'))]"
help="year"/>
<separator orientation="vertical"/>
<field name="date"/> <field name="date"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter string="Draft" <filter string="Draft"
@ -98,6 +103,9 @@
<filter string="Partner" name="partner" icon="terp-partner" context="{'group_by':'partner_id','residual_visible':True}"/> <filter string="Partner" name="partner" icon="terp-partner" context="{'group_by':'partner_id','residual_visible':True}"/>
<filter string="Salesperson" name='user' icon="terp-personal" context="{'group_by':'user_id'}"/> <filter string="Salesperson" name='user' icon="terp-personal" context="{'group_by':'user_id'}"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter string="Due Date" icon="terp-go-today" context="{'group_by':'date_due'}"/>
<filter string="Period" icon="terp-go-month" context="{'group_by':'period_id'}" name="period"/>
<separator orientation="vertical"/>
<filter string="Product" icon="terp-accessories-archiver" context="{'group_by':'product_id','set_visible':True,'residual_invisible':True}"/> <filter string="Product" icon="terp-accessories-archiver" context="{'group_by':'product_id','set_visible':True,'residual_invisible':True}"/>
<filter string="Category of Product" name="category_product" icon="terp-stock_symbol-selection" context="{'group_by':'categ_id','residual_invisible':True}"/> <filter string="Category of Product" name="category_product" icon="terp-stock_symbol-selection" context="{'group_by':'categ_id','residual_invisible':True}"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
@ -106,15 +114,12 @@
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter string="Journal" icon="terp-folder-orange" context="{'group_by':'journal_id'}"/> <filter string="Journal" icon="terp-folder-orange" context="{'group_by':'journal_id'}"/>
<filter string="Account" icon="terp-folder-orange" context="{'group_by':'account_line_id'}"/> <filter string="Account" icon="terp-folder-orange" context="{'group_by':'account_line_id'}"/>
<separator orientation="vertical"/>
<filter string="Due Date" icon="terp-go-today" context="{'group_by':'date_due'}"/>
<filter string="Period" icon="terp-go-month" context="{'group_by':'period_id'}" name="period"/>
<separator orientation="vertical" groups="base.group_multi_company"/> <separator orientation="vertical" groups="base.group_multi_company"/>
<filter string="Company" icon="terp-go-home" context="{'group_by':'company_id'}" groups="base.group_multi_company"/> <filter string="Company" icon="terp-go-home" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>
<separator orientation="vertical"/> <separator orientation="vertical"/>
<filter string="Day" name="day" icon="terp-go-today" context="{'group_by':'day'}" help="Group by Invoice Date"/> <filter string="Day" name="day" icon="terp-go-today" context="{'group_by':'day'}" help="Group by Invoice Date"/>
<filter string="Month" name="month" icon="terp-go-month" context="{'group_by':'month'}" help="Group by month of Invoice Date"/> <filter string="Month" name="month" icon="terp-go-month" context="{'group_by':'month'}" help="Group by month of Invoice Date"/>
<filter string="Year" name="year" icon="terp-go-year" context="{'group_by':'year'}" help="Group by year of Invoice Date"/> <filter string="Year" name="group_year" icon="terp-go-year" context="{'group_by':'year'}" help="Group by year of Invoice Date"/>
</group> </group>
</search> </search>
</field> </field>

View File

@ -17,8 +17,9 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Configure Accounting" version="7.0"> <form string="Configure Accounting" version="7.0">
<header> <header>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/> <button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Cancel" type="object" name="cancel"/> or
<button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header> </header>
<sheet> <sheet>
<field name="has_default_company" invisible="1" /> <field name="has_default_company" invisible="1" />

View File

@ -9,8 +9,9 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Reconciliation" version="7.0"> <form string="Reconciliation" version="7.0">
<header> <header>
<button name="reconcile" string="Reconcile" type="object" icon="terp-stock_effects-object-colorize"/> <button name="reconcile" string="Reconcile" type="object" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </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."/>
@ -53,9 +54,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Reconciliation Result" version="7.0"> <form string="Reconciliation Result" version="7.0">
<header>
<button special="cancel" string="Ok" icon="terp-dialog-close" default_focus="1"/>
</header>
<group> <group>
<field name="reconciled"/> <field name="reconciled"/>
<field name="unreconciled"/> <field name="unreconciled"/>

View File

@ -8,8 +8,9 @@
<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> <header>
<button name="change_currency" string="Change Currency" type="object" icon="terp-stock_effects-object-colorize"/> <button name="change_currency" string="Change Currency" type="object" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </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"/>

View File

@ -8,8 +8,9 @@
<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> <header>
<button icon="terp-gtk-go-back-rtl" string="Open Charts" name="account_chart_open_window" type="object"/> <button string="Open Charts" name="account_chart_open_window" type="object" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<group colspan="4"> <group colspan="4">
<field name="fiscalyear" on_change="onchange_fiscalyear(fiscalyear)"/> <field name="fiscalyear" on_change="onchange_fiscalyear(fiscalyear)"/>

View File

@ -7,15 +7,14 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Close states of Fiscal year and periods" version="7.0"> <form string="Close states of Fiscal year and periods" version="7.0">
<header> <header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> <button icon="terp-locked" string="Close Fiscalyear" name="data_save" type="object" class="oe_highlight" />
<button icon="terp-locked" string="Close Fiscalyear" name="data_save" type="object"/> </header>
</header> <separator string="Close states of Fiscal year and periods"/>
<separator string="Close states of Fiscal year and periods"/> <label string ="If no additional entries should be recorded on a fiscal year, you can close it from here. It will close all opened periods in this year that will make impossible any new entry record. Close a fiscal year when you need to finalize your end of year results definitive "/>
<label string ="If no additional entries should be recorded on a fiscal year, you can close it from here. It will close all opened periods in this year that will make impossible any new entry record. Close a fiscal year when you need to finalize your end of year results definitive "/> <group>
<group> <field name="fy_id" domain="[('state','=','draft')]"/>
<field name="fy_id" domain="[('state','=','draft')]"/> </group>
</group>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,8 +8,9 @@
<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> <header>
<button icon="gtk-execute" string="Create" name="data_save" type="object"/> <button string="Create" name="data_save" type="object" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </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."/>

View File

@ -9,8 +9,9 @@
<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> <header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> <button string='Refund' name="invoice_refund" type="object" class="oe_highlight"/>
<button string='Refund' icon="gtk-execute" name="invoice_refund" type="object"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<separator string="Credit Note Options"/> <separator string="Credit Note Options"/>
<group col="4"> <group col="4">

View File

@ -6,13 +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">
<separator string="Confirm Draft Invoices" colspan="4"/> <header>
<group colspan="4" col="6"> <button string="Confirm Invoices" name="invoice_confirm" type="object" default_focus="1" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Close"/> or
<button icon="terp-camera_test" string="Confirm Invoices" name="invoice_confirm" type="object" default_focus="1"/> <button string="Cancel" class="oe_link" special="cancel"/>
</group> </header>
</form> <separator string="Confirm Draft Invoices"/>
</form>
</field> </field>
</record> </record>
@ -27,13 +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">
<separator string="Cancel Selected Invoices" colspan="4"/> <header>
<group colspan="4" col="6"> <button string="Cancel Invoices" name="invoice_cancel" type="object" default_focus="1" class="oe_highlight"/>
<button icon="gtk-cancel" string="Cancel Invoices" name="invoice_cancel" type="object" default_focus="1"/> or
<button icon="terp-dialog-close" special="cancel" string="Close"/> <button string="Cancel" class="oe_link" special="cancel"/>
</group> </header>
</form> <separator string="Cancel Selected Invoices"/>
</form>
</field> </field>
</record> </record>

View File

@ -7,13 +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> <header>
<button icon="terp-gtk-go-back-rtl" string="Open Entries" name="action_open_window" type="object"/> <button string="Open Entries" name="action_open_window" type="object" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> or
</header> <button string="Cancel" class="oe_link" special="cancel"/>
<label string="Are you sure you want to open Journal Entries?"/> </header>
</form> <label string="Are you sure you want to open Journal Entries?"/>
</form>
</field> </field>
</record> </record>

View File

@ -8,8 +8,9 @@
<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> <header>
<button icon="terp-gtk-go-back-rtl" string="Open for Bank Reconciliation" name="action_open_window" type="object"/> <button string="Open for Bank Reconciliation" name="action_open_window" type="object" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<group> <group>
<field name="journal_id"/> <field name="journal_id"/>

View File

@ -103,23 +103,21 @@ class account_move_journal(osv.osv_memory):
period_string = _("Period: %s") % tools.ustr(period) period_string = _("Period: %s") % tools.ustr(period)
separator_string = _("Open Journal Items !") separator_string = _("Open Journal Items !")
cancel_string = _("Cancel")
open_string = _("Open") open_string = _("Open")
view = """<?xml version="1.0" encoding="utf-8"?> view = """<?xml version="1.0" encoding="utf-8"?>
<form string="Standard entries"> <form string="Standard entries" version="7.0">
<header> <header>
<button icon="terp-gtk-go-back-rtl" string="%s" name="action_open_window" default_focus="1" type="object"/> <button string="%s" name="action_open_window" default_focus="1" type="object" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="%s"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<group string="%s" colspan="4"> <group string="%s">
<field name="target_move" /> <field name="target_move" />
</group> </group>
<group colspan="4" > <label width="300" string="%s"/>
<label width="300" string="%s"/> <newline/>
<newline/> <label width="300" string="%s"/>
<label width="300" string="%s"/> </form>""" % (open_string, separator_string, journal_string, period_string)
</group>
</form>""" % (open_string, cancel_string, separator_string, journal_string, period_string)
view = etree.fromstring(view.encode('utf8')) view = etree.fromstring(view.encode('utf8'))
xarch, xfields = self._view_look_dom_arch(cr, uid, view, view_id, context=context) xarch, xfields = self._view_look_dom_arch(cr, uid, view, view_id, context=context)

View File

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

View File

@ -9,10 +9,11 @@
<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> <header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> <button string="Open Entries" name="open_window" type="object" default_focus="1" class="oe_highlight"/>
<button icon="terp-gtk-go-back-rtl" string="Open Entries" name="open_window" type="object" default_focus="1"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<label string="Are you sure you want to open Account move line entries!"/> <label string="Are you sure you want to open Account move line entries?"/>
</form> </form>
</field> </field>
</record> </record>

View File

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

View File

@ -8,8 +8,9 @@
<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> <header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> <button string="Open" name="remove_entries" type="object" class="oe_highlight"/>
<button icon="terp-gtk-go-back-rtl" string="Open" name="remove_entries" type="object"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<group> <group>
<field name="fyear_id" domain="[('state','=','draft')]"/> <field name="fyear_id" domain="[('state','=','draft')]"/>

View File

@ -9,11 +9,11 @@
<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> <header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> <button string="Close Period" name="data_save" type="object" class="oe_highlight"/>
<button icon="terp-gtk-go-back-rtl" string="Close Period" name="data_save" type="object"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<separator string="Are you sure?" colspan="4"/> <group string="Are you sure?">
<group>
<field name="sure"/> <field name="sure"/>
</group> </group>
</form> </form>

View File

@ -8,8 +8,7 @@
<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> <header>
<button name="next_partner" icon="terp-gtk-jump-to-ltr" type="object" string="Go to Next Partner" /> <button name="next_partner" icon="terp-gtk-jump-to-ltr" type="object" string="Go to Next Partner" class="oe_highlight" />
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
</header> </header>
<group col="4"> <group col="4">
<field name="next_partner_id"/> <field name="next_partner_id"/>
@ -40,5 +39,5 @@
<field name="model">account.move.line</field> <field name="model">account.move.line</field>
</record> </record>
</data> </data>
</openerp> </openerp>

View File

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

View File

@ -10,8 +10,9 @@
<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> <header>
<button icon="gtk-print" name="check_report" string="Print" type="object" colspan="2" default_focus="1"/> <button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Cancel" colspan="2"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </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. "/>

View File

@ -9,8 +9,9 @@
<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> <header>
<button icon="gtk-print" name="check_report" string="Print" type="object" colspan="2" default_focus="1" /> <button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Cancel" colspan="2"/> or
<button string="Cancel" class="oe_link" special="cancel" />
</header> </header>
<label string=""/> <!-- binding for inherited views --> <label string=""/> <!-- binding for inherited views -->
<group col="4"> <group col="4">

View File

@ -14,8 +14,8 @@
<label nolabel="1" colspan="4" string="This report gives you an overview of the situation of your general journals"/> <label nolabel="1" colspan="4" string="This report gives you an overview of the situation of your general journals"/>
</xpath> </xpath>
<xpath expr="//field[@name='target_move']" position="after"> <xpath expr="//field[@name='target_move']" position="after">
<field name="amount_currency"/> <field name="amount_currency"/>
<newline/> <newline/>
</xpath> </xpath>
</data> </data>
</field> </field>

View File

@ -67,5 +67,5 @@
sequence="1"/> sequence="1"/>
</data> </data>
</openerp> </openerp>

View File

@ -9,10 +9,12 @@
<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> <header>
<button name="change_inv_state" string="Yes" type="object" icon="terp-camera_test"/> <button name="change_inv_state" string="Yes" type="object" class="oe_highlight"/>
<button special="cancel" string="No" icon="terp-gtk-stop"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<label string="Are you sure you want to open this invoice ?"/> <label string="Are you sure you want to open this invoice ?"/>
<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)"/>
</form> </form>
</field> </field>

View File

@ -9,9 +9,9 @@
<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> <header>
<button icon="gtk-cancel" special="cancel" string="Cancel" /> <button string="Generate Entries" name="action_generate" type="object" class="oe_highlight"/>
<button icon="gtk-execute" string="Generate Entries" or
name="action_generate" type="object" /> <button string="Cancel" class="oe_link" special="cancel" />
</header> </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."/>

View File

@ -9,8 +9,9 @@
<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> <header>
<button icon="terp-gtk-go-back-rtl" string="Open Charts" name="account_tax_chart_open_window" type="object" /> <button string="Open Charts" name="account_tax_chart_open_window" type="object" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Cancel" /> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<group> <group>
<field name="period_id"/> <field name="period_id"/>

View File

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

View File

@ -7,17 +7,18 @@
<field name="model">account.use.model</field> <field name="model">account.use.model</field>
<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> <header>
<button icon="gtk-execute" string="Create Entries" name="create_entries" type="object"/> <button string="Create Entries" name="create_entries" type="object" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> or
</header> <button string="Cancel" class="oe_link" special="cancel"/>
<separator string="This wizard will create recurring accounting entries"/> </header>
<label string="Create manual recurring entries in a chosen journal."/> <separator string="This wizard will create recurring accounting entries"/>
<group> <label string="Create manual recurring entries in a chosen journal."/>
<field name="model"/> <group>
</group> <field name="model"/>
</form> </group>
</form>
</field> </field>
</record> </record>
@ -40,8 +41,9 @@
<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> <header>
<button icon="gtk-execute" string="Ok" name="create_entries" type="object" default_focus='1'/> <button string="Ok" name="create_entries" type="object" default_focus='1' class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<label string = "Are you sure you want to create entries?"/> <label string = "Are you sure you want to create entries?"/>
</form> </form>

View File

@ -8,18 +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> <header>
<button icon="terp-camera_test" string="Approve" name="validate_move" type="object"/> <button string="Approve" name="validate_move" type="object" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> or
</header> <button string="Cancel" class="oe_link" special="cancel"/>
<separator string="Post Journal Entries of a Journal"/> </header>
<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."/> <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."/>
<field name="journal_id"/> <group>
<field name="period_id"/> <field name="journal_id"/>
</group> <field name="period_id"/>
</form> </group>
</form>
</field> </field>
</record> </record>
@ -46,14 +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> <header>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> <button string="Approve" name="validate_move_lines" type="object" default_focus="1" class="oe_highlight"/>
<button icon="terp-camera_test" string="Approve" name="validate_move_lines" type="object" default_focus="1"/> or
</header> <button string="Cancel" class="oe_link" special="cancel"/>
<separator string="Post Journal Entries"/> </header>
<label string="All selected journal entries will be validated and posted. It means you won't be able to modify their accounting fields anymore." colspan="2"/> <separator string="Post Journal Entries"/>
</form> <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>
</field> </field>
</record> </record>

View File

@ -9,8 +9,9 @@
<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> <header>
<button name="create_vat" string="Print Tax Statement" type="object" icon="gtk-ok"/> <button name="create_vat" string="Print Tax Statement" type="object" class="oe_highlight"/>
<button icon='gtk-cancel' special="cancel" string="Cancel" /> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </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">

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data> <data>
<record id="base.user_demo" model="res.users"> <record id="base.user_demo" model="res.users">
<field name="groups_id" eval="[(4, ref('account.group_account_user'))]"/> <field name="groups_id" eval="[(4, ref('account.group_account_user'))]"/>
</record> </record>
</data> </data>

View File

@ -1,16 +1,16 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openerp> <openerp>
<data> <data>
<report <report
id="account_analytic_account_crossovered_analytic" id="account_analytic_account_crossovered_analytic"
string="Crossovered Analytic" string="Crossovered Analytic"
model="account.analytic.account" model="account.analytic.account"
name="account.analytic.account.crossovered.analytic" name="account.analytic.account.crossovered.analytic"
rml="account_analytic_plans/report/crossovered_analytic.rml" rml="account_analytic_plans/report/crossovered_analytic.rml"
auto="False" auto="False"
menu="False"/> menu="False"/>
</data> </data>
</openerp> </openerp>

View File

@ -9,8 +9,9 @@
<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> <header>
<button name="print_report" string="Print" colspan="1" type="object" icon="gtk-print"/> <button name="print_report" string="Print" type="object" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<group col="4"> <group col="4">
<field name="date1"/> <field name="date1"/>

View File

@ -8,8 +8,9 @@
<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> <header>
<button string="Ok" icon='gtk-execute' type="object" name="activate" default_focus="1"/> <button string="Ok" type="object" name="activate" default_focus="1" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon='gtk-ok' /> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<label string="Save This Distribution as a Model"/> <label string="Save This Distribution as a Model"/>
</form> </form>
@ -22,9 +23,6 @@
<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>
<button special="cancel" string="Ok" icon='gtk-ok'/>
</header>
<label string="This distribution model has been saved.You will be able to reuse it later."/> <label string="This distribution model has been saved.You will be able to reuse it later."/>
</form> </form>
</field> </field>

View File

@ -82,9 +82,9 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Asset" version="7.0"> <form string="Asset" version="7.0">
<header> <header>
<button name="validate" states="draft" string="Confirm Asset" type="object"/> <button name="validate" states="draft" string="Confirm Asset" type="object" class="oe_highlight"/>
<button name="set_to_close" states="open" string="Set to Close" type="object"/> <button name="set_to_close" states="open" string="Set to Close" type="object" class="oe_highlight"/>
<button name="set_to_draft" states="open" string="Set to Draft" type="object"/> <button name="set_to_draft" states="open" string="Set to Draft" type="object" />
<field name="state" widget="statusbar" statusbar_visible="draft,open"/> <field name="state" widget="statusbar" statusbar_visible="draft,open"/>
</header> </header>
<sheet> <sheet>

View File

@ -69,16 +69,16 @@
<filter string="Company" icon="terp-go-home" context="{'group_by':'company_id'}" groups="base.group_multi_company"/> <filter string="Company" icon="terp-go-home" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>
<separator orientation="vertical" /> <separator orientation="vertical" />
<filter string="Purchase Date" icon="terp-go-month" <filter string="Purchase Date" icon="terp-go-month"
domain="[]" context="{'group_by':'purchase_date'}" help="Date of asset purchase"/> domain="[]" context="{'group_by':'purchase_date'}" help="Date of asset purchase"/>
<separator orientation="vertical" /> <separator orientation="vertical" />
<filter string="Depreciation Date" icon="terp-go-today" <filter string="Depreciation Date" icon="terp-go-today"
domain="[]" context="{'group_by':'depreciation_date'}" help="Date of depreciation"/> domain="[]" context="{'group_by':'depreciation_date'}" help="Date of depreciation"/>
</group> </group>
</search> </search>
</field> </field>
</record> </record>
<record model="ir.actions.act_window" id="action_asset_asset_report"> <record model="ir.actions.act_window" id="action_asset_asset_report">
<field name="name">Assets Analysis</field> <field name="name">Assets Analysis</field>
<field name="res_model">asset.asset.report</field> <field name="res_model">asset.asset.report</field>
<field name="view_type">form</field> <field name="view_type">form</field>
@ -89,7 +89,7 @@
</record> </record>
<menuitem action="action_asset_asset_report" <menuitem action="action_asset_asset_report"
id="menu_action_asset_asset_report" id="menu_action_asset_asset_report"
parent="account.menu_finance_reporting"/> parent="account.menu_finance_reporting"/>
</data> </data>
</openerp> </openerp>

View File

@ -9,8 +9,9 @@
<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> <header>
<button name="modify" string="Modify" type="object" icon="terp-camera_test"/> <button name="modify" string="Modify" type="object" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </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"/>
@ -25,7 +26,7 @@
</form> </form>
</field> </field>
</record> </record>
<record id="action_asset_modify" model="ir.actions.act_window"> <record id="action_asset_modify" model="ir.actions.act_window">
<field name="name">Modify Asset</field> <field name="name">Modify Asset</field>
<field name="res_model">asset.modify</field> <field name="res_model">asset.modify</field>
@ -35,6 +36,6 @@
<field name="view_id" ref="asset_modify_form"/> <field name="view_id" ref="asset_modify_form"/>
<field name="target">new</field> <field name="target">new</field>
</record> </record>
</data> </data>
</openerp> </openerp>

View File

@ -8,8 +8,9 @@
<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> <header>
<button icon="gtk-execute" string="Compute" name="asset_compute" type="object"/> <button string="Compute" name="asset_compute" type="object" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </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."/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<openerp> <openerp>
<data> <data>
<!-- Cancel selected statement lines --> <!-- Cancel selected statement lines -->

View File

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

View File

@ -1,24 +1,24 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openerp> <openerp>
<data> <data>
<!-- Reports on crossovered.budget --> <!-- Reports on crossovered.budget -->
<report id="report_crossovered_budget" <report id="report_crossovered_budget"
string="Budgets" string="Budgets"
model="crossovered.budget" model="crossovered.budget"
name="crossovered.budget.report" name="crossovered.budget.report"
rml="account_budget/report/crossovered_budget_report.rml" rml="account_budget/report/crossovered_budget_report.rml"
auto="False" auto="False"
menu="False" /> menu="False" />
<!-- moved from account module --> <!-- moved from account module -->
<report auto="False" <report auto="False"
id="account_budget" id="account_budget"
menu="False" menu="False"
model="account.budget.post" model="account.budget.post"
name="account.budget" name="account.budget"
rml="account_budget/report/budget_report.rml" rml="account_budget/report/budget_report.rml"
string="Budget"/> string="Budget"/>
</data> </data>
</openerp> </openerp>

View File

@ -109,10 +109,10 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form version="7.0"> <form version="7.0">
<header> <header>
<button string="Confirm" name="confirm" states="draft" type="workflow" /> <button string="Confirm" name="confirm" states="draft" type="workflow" class="oe_highlight"/>
<button string="Approve" name="validate" states="confirm" type="workflow"/> <button string="Approve" name="validate" states="confirm" type="workflow" class="oe_highlight"/>
<button string="Done" name="done" states="validate" type="workflow" /> <button string="Done" name="done" states="validate" type="workflow" class="oe_highlight"/>
<button name="draft" states="cancel" string="Reset to Draft" type="workflow"/> <button name="draft" states="cancel" string="Reset to Draft" type="workflow" />
<button string="Cancel" name="cancel" states="confirm,validate" type="workflow"/> <button string="Cancel" name="cancel" states="confirm,validate" type="workflow"/>
<field name="state" widget="statusbar" statusbar_visible="draft,confirm"/> <field name="state" widget="statusbar" statusbar_visible="draft,confirm"/>
</header> </header>

View File

@ -2,89 +2,89 @@
<openerp> <openerp>
<data> <data>
<!-- Workflow definition --> <!-- Workflow definition -->
<record model="workflow" id="wkf_crossovered_budget"> <record model="workflow" id="wkf_crossovered_budget">
<field name="name">wkf.crossovered.budget</field> <field name="name">wkf.crossovered.budget</field>
<field name="osv">crossovered.budget</field> <field name="osv">crossovered.budget</field>
<field name="on_create">True</field> <field name="on_create">True</field>
</record> </record>
<record model="workflow.activity" id="act_draft"> <record model="workflow.activity" id="act_draft">
<field name="wkf_id" ref="wkf_crossovered_budget" /> <field name="wkf_id" ref="wkf_crossovered_budget" />
<field name="flow_start">True</field> <field name="flow_start">True</field>
<field name="name">draft</field> <field name="name">draft</field>
<field name="action">write({'state':'draft'})</field> <field name="action">write({'state':'draft'})</field>
<field name="kind">function</field> <field name="kind">function</field>
</record> </record>
<record model="workflow.activity" id="act_confirm"> <record model="workflow.activity" id="act_confirm">
<field name="wkf_id" ref="wkf_crossovered_budget" /> <field name="wkf_id" ref="wkf_crossovered_budget" />
<field name="name">confirm</field> <field name="name">confirm</field>
<field name="kind">function</field> <field name="kind">function</field>
<field name="action">budget_confirm()</field> <field name="action">budget_confirm()</field>
<field name="split_mode">OR</field> <field name="split_mode">OR</field>
</record> </record>
<record model="workflow.activity" id="act_validate"> <record model="workflow.activity" id="act_validate">
<field name="wkf_id" ref="wkf_crossovered_budget" /> <field name="wkf_id" ref="wkf_crossovered_budget" />
<field name="name">validate</field> <field name="name">validate</field>
<field name="kind">function</field> <field name="kind">function</field>
<field name="action">budget_validate()</field> <field name="action">budget_validate()</field>
</record> </record>
<record model="workflow.activity" id="act_cancel"> <record model="workflow.activity" id="act_cancel">
<field name="wkf_id" ref="wkf_crossovered_budget" /> <field name="wkf_id" ref="wkf_crossovered_budget" />
<field name="name">cancel</field> <field name="name">cancel</field>
<field name="kind">function</field> <field name="kind">function</field>
<field name="action">budget_cancel()</field> <field name="action">budget_cancel()</field>
</record> </record>
<record model="workflow.activity" id="act_done"> <record model="workflow.activity" id="act_done">
<field name="wkf_id" ref="wkf_crossovered_budget" /> <field name="wkf_id" ref="wkf_crossovered_budget" />
<field name="name">done</field> <field name="name">done</field>
<field name="flow_stop">True</field> <field name="flow_stop">True</field>
<field name="kind">stopall</field> <field name="kind">stopall</field>
<field name="action">budget_done()</field> <field name="action">budget_done()</field>
<field name="join_mode">XOR</field> <field name="join_mode">XOR</field>
</record> </record>
<record model="workflow.transition" id="t1"> <record model="workflow.transition" id="t1">
<field name="act_from" ref="act_draft" /> <field name="act_from" ref="act_draft" />
<field name="act_to" ref="act_confirm" /> <field name="act_to" ref="act_confirm" />
<field name="signal">confirm</field> <field name="signal">confirm</field>
</record> </record>
<record model="workflow.transition" id="t2"> <record model="workflow.transition" id="t2">
<field name="act_from" ref="act_confirm" /> <field name="act_from" ref="act_confirm" />
<field name="act_to" ref="act_validate" /> <field name="act_to" ref="act_validate" />
<field name="signal">validate</field> <field name="signal">validate</field>
</record> </record>
<record model="workflow.transition" id="t3"> <record model="workflow.transition" id="t3">
<field name="act_from" ref="act_confirm" /> <field name="act_from" ref="act_confirm" />
<field name="act_to" ref="act_cancel" /> <field name="act_to" ref="act_cancel" />
<field name="signal">cancel</field> <field name="signal">cancel</field>
</record> </record>
<record model="workflow.transition" id="t4"> <record model="workflow.transition" id="t4">
<field name="act_from" ref="act_validate" /> <field name="act_from" ref="act_validate" />
<field name="act_to" ref="act_cancel" /> <field name="act_to" ref="act_cancel" />
<field name="signal">cancel</field> <field name="signal">cancel</field>
</record> </record>
<record model="workflow.transition" id="t5"> <record model="workflow.transition" id="t5">
<field name="act_from" ref="act_validate" /> <field name="act_from" ref="act_validate" />
<field name="act_to" ref="act_done" /> <field name="act_to" ref="act_done" />
<field name="signal">done</field> <field name="signal">done</field>
</record> </record>
<record model="workflow.transition" id="t6"> <record model="workflow.transition" id="t6">
<field name="act_from" ref="act_cancel" /> <field name="act_from" ref="act_cancel" />
<field name="act_to" ref="act_draft" /> <field name="act_to" ref="act_draft" />
<field name="signal">draft</field> <field name="signal">draft</field>
</record> </record>
</data> </data>
</openerp> </openerp>

View File

@ -9,8 +9,9 @@
<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> <header>
<button special="cancel" string="Cancel" icon="gtk-cancel"/> <button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight"/>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </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"/>

View File

@ -9,8 +9,9 @@
<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> <header>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1"/> <button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </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"/>

View File

@ -9,8 +9,9 @@
<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> <header>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1"/> <button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </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"/>

View File

@ -9,8 +9,9 @@
<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> <header>
<button name="check_report" string="Print" type="object" icon="gtk-print" default_focus="1"/> <button name="check_report" string="Print" type="object" default_focus="1" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<group string="Print Budgets" col="4"> <group string="Print Budgets" col="4">
<field name="date_from"/> <field name="date_from"/>

View File

@ -3,7 +3,7 @@
<data> <data>
<!-- Supplier voucher view --> <!-- Supplier voucher view -->
<record model="ir.ui.view" id="view_vendor_payment_check_form"> <record model="ir.ui.view" id="view_vendor_payment_check_form">
<field name="name">account.voucher.payment.check.form</field> <field name="name">account.voucher.payment.check.form</field>
<field name="model">account.voucher</field> <field name="model">account.voucher</field>
@ -20,7 +20,7 @@
<field name="number" attrs="{'readonly':[('allow_check','!=',1)]}" /> <field name="number" attrs="{'readonly':[('allow_check','!=',1)]}" />
</field> </field>
<button name="proforma_voucher" position="after"> <button name="proforma_voucher" position="after">
<button name="print_check" icon="gtk-print" string="Print Check" type="object" attrs="{'invisible':['|',('allow_check','!=',1),('state','!=','posted') ]}"/> <button name="print_check" icon="gtk-print" string="Print Check" type="object" attrs="{'invisible':['|',('allow_check','!=',1),('state','!=','posted') ]}" class="oe_highlight"/>
</button> </button>
</field> </field>
</record> </record>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<openerp> <openerp>
<data> <data>
<record id="account_coda_import_view" model="ir.ui.view"> <record id="account_coda_import_view" model="ir.ui.view">
<field name="name">Import CODA File</field> <field name="name">Import CODA File</field>
@ -10,8 +10,9 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Import CODA File" version="7.0"> <form string="Import CODA File" version="7.0">
<header> <header>
<button name="coda_parsing" string="_Import" type="object" icon="gtk-ok"/> <button name="coda_parsing" string="_Import" type="object" class="oe_highlight"/>
<button special="cancel" string="_Cancel" icon="gtk-cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<group col="2" string="Select Your File :"> <group col="2" string="Select Your File :">
<field name="coda_data" filename="coda_fname"/> <field name="coda_data" filename="coda_fname"/>
@ -29,9 +30,10 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Import CODA File" version="7.0"> <form string="Import CODA File" version="7.0">
<header> <header>
<button name="action_open_coda_statements" string="View CODA Bank Statement(s)" type="object" icon="gtk-apply"/> <button name="action_open_coda_statements" string="View CODA Bank Statement(s)" type="object" class="oe_highlight"/>
<button name="action_open_bank_statements" string="View Bank Statement(s)" type="object" icon="gtk-apply"/> <button name="action_open_bank_statements" string="View Bank Statement(s)" type="object" class="oe_highlight"/>
<button special="cancel" string="Close" icon="gtk-cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<group string="Results :"> <group string="Results :">
<field name="note" nolabel="1" colspan="2"/> <field name="note" nolabel="1" colspan="2"/>

View File

@ -9,8 +9,9 @@
<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> <header>
<button name="do_continue" string="Continue" colspan="1" type="object" icon="gtk-ok"/> <button name="do_continue" string="Continue" type="object" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </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."/>
@ -77,9 +78,10 @@
<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> <header>
<button name="do_mail" string="Send Mails" colspan="1" type="object" icon="gtk-execute"/> <button name="do_mail" string="Send Mails" type="object" class="oe_highlight"/>
<button name="do_print" string="Print Follow Ups" colspan="1" type="object" icon="gtk-print"/> <button name="do_print" string="Print Follow Ups" type="object" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<notebook> <notebook>
<page string="Partner Selection"> <page string="Partner Selection">
@ -116,9 +118,6 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Summary" version="7.0"> <form string="Summary" version="7.0">
<header>
<button special="cancel" string="Ok" icon='gtk-cancel'/>
</header>
<separator string="Summary"/> <separator string="Summary"/>
<field name="summary"/> <field name="summary"/>
</form> </form>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data noupdate="1"> <data noupdate="1">
<record id="partner_bank_1" model="res.partner.bank"> <record id="partner_bank_1" model="res.partner.bank">
<field name="name">Reserve Bank</field> <field name="name">Reserve Bank</field>
<field name="acc_number">00987654321</field> <field name="acc_number">00987654321</field>
<field name="partner_id" ref="base.res_partner_2"></field> <field name="partner_id" ref="base.res_partner_2"></field>
<field name="state">bank</field> <field name="state">bank</field>
<field name="bank" ref="base.res_bank_1"/> <field name="bank" ref="base.res_bank_1"/>
</record> </record>
<record id="payment_mode_1" model="payment.mode"> <record id="payment_mode_1" model="payment.mode">
<field name="name">Direct Payment</field> <field name="name">Direct Payment</field>
<field name="journal" ref="account.bank_journal"/> <field name="journal" ref="account.bank_journal"/>
<field name="bank_id" ref="account_payment.partner_bank_1"/> <field name="bank_id" ref="account_payment.partner_bank_1"/>

View File

@ -106,13 +106,13 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form version="7.0"> <form version="7.0">
<header> <header>
<button name="open" states="draft" string="Confirm Payments" /> <button name="open" states="draft" string="Confirm Payments" class="oe_highlight"/>
<button name="set_done" states="open" string="Make Payments" type="object"/> <button name="set_done" states="open" string="Make Payments" type="object" class="oe_highlight"/>
<button name="set_to_draft" states="cancel" string="Set to draft" type="object"/> <button name="set_to_draft" states="cancel" string="Set to draft" type="object"/>
<button name="cancel" states="draft,open" string="Cancel"/> <button name="cancel" states="draft,open" string="Cancel"/>
<field name="state" widget="statusbar" statusbar_visible="draft,open"/> <field name="state" widget="statusbar" statusbar_visible="draft,open"/>
</header> </header>
<sheet string="Payment order" layout="auto"> <sheet string="Payment order" >
<group col="4"> <group col="4">
<field name="reference"/> <field name="reference"/>
<field name="mode" widget='selection'/> <field name="mode" widget='selection'/>

View File

@ -9,8 +9,9 @@
<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> <header>
<button name="search_entries" string="Search" colspan="1" type="object" icon="gtk-execute"/> <button name="search_entries" string="Search" type="object" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<group> <group>
<field name="duedate" /> <field name="duedate" />
@ -26,11 +27,13 @@
<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> <header>
<button name="create_payment" string="_Add to payment order" colspan="1" type="object" icon="gtk-execute"/> <button name="create_payment" string="_Add to payment order" type="object" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon='gtk-cancel'/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<separator string="Entries"/> <group string="Entries">
<field name="entries"/> <field name="entries"/>
</group>
</form> </form>
</field> </field>
</record> </record>

View File

@ -9,8 +9,9 @@
<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> <header>
<button name="launch_wizard" string="Yes" type="object" icon="gtk-ok" default_focus="1"/> <button name="launch_wizard" string="Yes" type="object" default_focus="1" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<separator string="Are you sure you want to make payment?"/> <separator string="Are you sure you want to make payment?"/>
</form> </form>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<openerp> <openerp>
<data> <data>
<record id="account_payment_populate_statement_view" model="ir.ui.view"> <record id="account_payment_populate_statement_view" model="ir.ui.view">
<field name="name">Payment Populate statement</field> <field name="name">Payment Populate statement</field>
@ -9,10 +9,13 @@
<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> <header>
<button name="populate_statement" string="ADD" type="object" icon="gtk-ok"/> <button name="populate_statement" string="ADD" type="object" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<field name="lines"/> <group>
<field name="lines"/>
</group>
</form> </form>
</field> </field>
</record> </record>
@ -39,5 +42,5 @@
<field name="target">new</field> <field name="target">new</field>
</record> </record>
</data> </data>
</openerp> </openerp>

View File

@ -43,7 +43,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form version="7.0"> <form version="7.0">
<header> <header>
<button name="proforma_voucher" string="Post" states="draft"/> <button name="proforma_voucher" string="Post" states="draft" class="oe_highlight"/>
<button name="cancel_voucher" string="Cancel" type="object" states="posted" confirm="Are you sure to unreconcile this record?"/> <button name="cancel_voucher" string="Cancel" type="object" states="posted" confirm="Are you sure to unreconcile this record?"/>
<button name="cancel_voucher" string="Cancel" states="draft,proforma" /> <button name="cancel_voucher" string="Cancel" states="draft,proforma" />
<button name="action_cancel_draft" type="object" states="cancel" string="Set to Draft"/> <button name="action_cancel_draft" type="object" states="cancel" string="Set to Draft"/>

View File

@ -87,7 +87,7 @@
<button name="action_cancel_draft" type="object" states="cancel" string="Set to Draft"/> <button name="action_cancel_draft" type="object" states="cancel" string="Set to Draft"/>
<field name="state" widget="statusbar" statusbar_visible="draft,posted" statusbar_colors='{"proforma":"blue"}'/> <field name="state" widget="statusbar" statusbar_visible="draft,posted" statusbar_colors='{"proforma":"blue"}'/>
</header> </header>
<sheet string="Sales Receipt" layout="auto"> <sheet string="Sales Receipt" >
<div class="oe_title"> <div class="oe_title">
<label for="number" class="oe_edit_only"/> <label for="number" class="oe_edit_only"/>
<h1><field name="number" readonly="0" /></h1> <h1><field name="number" readonly="0" /></h1>

View File

@ -6,17 +6,16 @@
<field name="model">account.statement.from.invoice</field> <field name="model">account.statement.from.invoice</field>
<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"> <form string="Import Invoices in Statement" version="7.0">
<group colspan="4" > <header>
<button string="Go" name="search_invoices" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group>
<field name="date"/> <field name="date"/>
<newline/>
<field name="journal_ids" domain="[('type','in',['sale','purchase','cash'])]"/> <field name="journal_ids" domain="[('type','in',['sale','purchase','cash'])]"/>
</group> </group>
<group colspan="4" col="6">
<label string ="" colspan="2"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="terp-gtk-go-back-rtl" string="Go" name="search_invoices" type="object"/>
</group>
</form> </form>
</field> </field>
</record> </record>
@ -35,16 +34,14 @@
<field name="model">account.statement.from.invoice.lines</field> <field name="model">account.statement.from.invoice.lines</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Import Entries"> <form string="Import Entries" version="7.0">
<group colspan="4" expand="1"> <header>
<separator string="Payable and Receivables" colspan="4"/> <button string="Ok" name="populate_statement" type="object" class="oe_highlight"/>
<field height="300" width="700" name="line_ids" colspan="4" nolabel="1" domain="[('account_id.type','in',['receivable','payable']),('reconcile_id','=',False), ('reconcile_partial_id','=',False), ('state', '=', 'valid')]"/> or
</group> <button string="Cancel" class="oe_link" special="cancel"/>
<group colspan="4" col="6"> </header>
<label string ="" colspan="2"/> <separator string="Payable and Receivables"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> <field height="300" width="700" name="line_ids" domain="[('account_id.type','in',['receivable','payable']),('reconcile_id','=',False), ('reconcile_partial_id','=',False), ('state', '=', 'valid')]"/>
<button icon="gtk-execute" string="Ok" name="populate_statement" type="object"/>
</group>
</form> </form>
</field> </field>
</record> </record>

View File

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

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data noupdate="1"> <data noupdate="1">
<record id="seq_type_analytic_account_main" model="ir.sequence.type"> <record id="seq_type_analytic_account_main" model="ir.sequence.type">
<field name="name">Analytic account</field> <field name="name">Analytic account</field>
<field name="code">account.analytic.account</field> <field name="code">account.analytic.account</field>
</record> </record>

View File

@ -78,7 +78,7 @@
<field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_form"/> <field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//field[@name='account_id']" position="replace"> <xpath expr="//field[@name='account_id']" position="replace">
<field name="account_id" domain="[('type','=','normal'),('state', '&lt;&gt;', 'close')]" on_change="on_change_account_id(account_id, user_id, unit_amount)" select="1"/> <field name="account_id" domain="[('type','=','normal'),('state', '&lt;&gt;', 'close')]" on_change="on_change_account_id(account_id, user_id, unit_amount)" />
</xpath> </xpath>
</field> </field>
</record> </record>
@ -90,7 +90,7 @@
<field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_form"/> <field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//field[@name='user_id']" position="replace"> <xpath expr="//field[@name='user_id']" position="replace">
<field name="user_id" select="1" required="1" on_change="on_change_user_id(user_id, account_id, unit_amount)"/> <field name="user_id" required="1" on_change="on_change_user_id(user_id, account_id, unit_amount)"/>
</xpath> </xpath>
</field> </field>
</record> </record>
@ -102,7 +102,7 @@
<field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_tree"/> <field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_tree"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="/tree/field[@name='account_id']" position="replace"> <xpath expr="/tree/field[@name='account_id']" position="replace">
<field name="account_id" domain="[('type','=','normal'),('state', '&lt;&gt;', 'close')]" on_change="on_change_account_id(account_id, user_id, unit_amount)" select="1"/> <field name="account_id" domain="[('type','=','normal'),('state', '&lt;&gt;', 'close')]" on_change="on_change_account_id(account_id, user_id, unit_amount)" />
</xpath> </xpath>
</field> </field>
</record> </record>
@ -114,7 +114,7 @@
<field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_tree"/> <field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_tree"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="/tree/field[@name='user_id']" position="replace"> <xpath expr="/tree/field[@name='user_id']" position="replace">
<field name="user_id" select="1" required="1" on_change="on_change_user_id(user_id, account_id, unit_amount)"/> <field name="user_id" required="1" on_change="on_change_user_id(user_id, account_id, unit_amount)"/>
</xpath> </xpath>
</field> </field>
</record> </record>

View File

@ -10,7 +10,7 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Anonymized Field" version="7.0"> <form string="Anonymized Field" version="7.0">
<sheet> <sheet>
<group col="4"> <group col="4">
<field name="model_id" on_change="onchange_model_id(model_id)" /> <field name="model_id" on_change="onchange_model_id(model_id)" />
<field name="model_name" on_change="onchange_model_name(model_name)" /> <field name="model_name" on_change="onchange_model_name(model_name)" />
@ -104,7 +104,7 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Anonymization History" version="7.0"> <form string="Anonymization History" version="7.0">
<sheet> <sheet>
<group col="4"> <group col="4">
<field name="date"/> <field name="date"/>
<field name="state"/> <field name="state"/>

View File

@ -39,7 +39,6 @@ delete on objects and can check logs.
'wizard/audittrail_view_log_view.xml', 'wizard/audittrail_view_log_view.xml',
'audittrail_view.xml', 'audittrail_view.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'security/audittrail_security.xml'
], ],
'demo_xml': ['audittrail_demo.xml'], 'demo_xml': ['audittrail_demo.xml'],
'installable': True, 'installable': True,

View File

@ -1,10 +1,10 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<openerp> <openerp>
<data noupdate="1"> <data noupdate="1">
<record model="audittrail.rule" id="demo_audittrail_rule"> <record model="audittrail.rule" id="demo_audittrail_rule">
<field name="name">Audit on Partners</field> <field name="name">Audit on Partners</field>
<field name="object_id" search="[('model','=','res.partner')]"/> <field name="object_id" search="[('model','=','res.partner')]"/>
<field name="user_id" search="[]"/> <field name="user_id" search="[]"/>
</record> </record>
</data> </data>
</openerp> </openerp>

View File

@ -1,7 +0,0 @@
<?xml version="1.0"?>
<openerp>
<data noupdate="0">
<!-- Set access to menu -->
</data>
</openerp>

View File

@ -11,8 +11,9 @@
<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> <header>
<button icon="gtk-cancel" special="cancel" string="Cancel" /> <button string="Open Logs" name="log_open_window" type="object" class="oe_highlight"/>
<button icon="gtk-open" string="Open Logs" name="log_open_window" type="object" /> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<group col="4"> <group col="4">
<field name="from"/> <field name="from"/>

View File

@ -1,138 +1,138 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<openerp> <openerp>
<data noupdate="1"> <data noupdate="1">
<record model="res.request.link" id="request_link_meeting"> <record model="res.request.link" id="request_link_meeting">
<field name="name">Event</field> <field name="name">Event</field>
<field name="object">calendar.event</field> <field name="object">calendar.event</field>
</record> </record>
<record model="res.alarm" id="alarm1"> <record model="res.alarm" id="alarm1">
<field name="name">1 minute before</field> <field name="name">1 minute before</field>
<field name="active" eval="1" /> <field name="active" eval="1" />
<field name="trigger_duration" eval="1" /> <field name="trigger_duration" eval="1" />
<field name="trigger_interval">minutes</field> <field name="trigger_interval">minutes</field>
<field name="trigger_occurs">before</field> <field name="trigger_occurs">before</field>
<field name="trigger_related">start</field> <field name="trigger_related">start</field>
</record> </record>
<record model="res.alarm" id="alarm2"> <record model="res.alarm" id="alarm2">
<field name="name">5 minutes before</field> <field name="name">5 minutes before</field>
<field name="active" eval="1" /> <field name="active" eval="1" />
<field name="trigger_duration" eval="5" /> <field name="trigger_duration" eval="5" />
<field name="trigger_interval">minutes</field> <field name="trigger_interval">minutes</field>
<field name="trigger_occurs">before</field> <field name="trigger_occurs">before</field>
<field name="trigger_related">start</field> <field name="trigger_related">start</field>
</record> </record>
<record model="res.alarm" id="alarm3"> <record model="res.alarm" id="alarm3">
<field name="name">10 minutes before</field> <field name="name">10 minutes before</field>
<field name="active" eval="1" /> <field name="active" eval="1" />
<field name="trigger_duration" eval="10" /> <field name="trigger_duration" eval="10" />
<field name="trigger_interval">minutes</field> <field name="trigger_interval">minutes</field>
<field name="trigger_occurs">before</field> <field name="trigger_occurs">before</field>
<field name="trigger_related">start</field> <field name="trigger_related">start</field>
</record> </record>
<record model="res.alarm" id="alarm4"> <record model="res.alarm" id="alarm4">
<field name="name">15 minutes before</field> <field name="name">15 minutes before</field>
<field name="active" eval="1" /> <field name="active" eval="1" />
<field name="trigger_duration" eval="15" /> <field name="trigger_duration" eval="15" />
<field name="trigger_interval">minutes</field> <field name="trigger_interval">minutes</field>
<field name="trigger_occurs">before</field> <field name="trigger_occurs">before</field>
<field name="trigger_related">start</field> <field name="trigger_related">start</field>
</record> </record>
<record model="res.alarm" id="alarm5"> <record model="res.alarm" id="alarm5">
<field name="name">30 minutes before</field> <field name="name">30 minutes before</field>
<field name="active" eval="1" /> <field name="active" eval="1" />
<field name="trigger_duration" eval="30" /> <field name="trigger_duration" eval="30" />
<field name="trigger_interval">minutes</field> <field name="trigger_interval">minutes</field>
<field name="trigger_occurs">before</field> <field name="trigger_occurs">before</field>
<field name="trigger_related">start</field> <field name="trigger_related">start</field>
</record> </record>
<record model="res.alarm" id="alarm6"> <record model="res.alarm" id="alarm6">
<field name="name">45 minutes before</field> <field name="name">45 minutes before</field>
<field name="active" eval="1" /> <field name="active" eval="1" />
<field name="trigger_duration" eval="45" /> <field name="trigger_duration" eval="45" />
<field name="trigger_interval">minutes</field> <field name="trigger_interval">minutes</field>
<field name="trigger_occurs">before</field> <field name="trigger_occurs">before</field>
<field name="trigger_related">start</field> <field name="trigger_related">start</field>
</record> </record>
<record model="res.alarm" id="alarm7"> <record model="res.alarm" id="alarm7">
<field name="name">1 hour before</field> <field name="name">1 hour before</field>
<field name="active" eval="1" /> <field name="active" eval="1" />
<field name="trigger_duration" eval="1" /> <field name="trigger_duration" eval="1" />
<field name="trigger_interval">hours</field> <field name="trigger_interval">hours</field>
<field name="trigger_occurs">before</field> <field name="trigger_occurs">before</field>
<field name="trigger_related">start</field> <field name="trigger_related">start</field>
</record> </record>
<record model="res.alarm" id="alarm8"> <record model="res.alarm" id="alarm8">
<field name="name">2 hours before</field> <field name="name">2 hours before</field>
<field name="active" eval="1" /> <field name="active" eval="1" />
<field name="trigger_duration" eval="2" /> <field name="trigger_duration" eval="2" />
<field name="trigger_interval">hours</field> <field name="trigger_interval">hours</field>
<field name="trigger_occurs">before</field> <field name="trigger_occurs">before</field>
<field name="trigger_related">start</field> <field name="trigger_related">start</field>
</record> </record>
<record model="res.alarm" id="alarm9"> <record model="res.alarm" id="alarm9">
<field name="name">3 hours before</field> <field name="name">3 hours before</field>
<field name="active" eval="1" /> <field name="active" eval="1" />
<field name="trigger_duration" eval="3" /> <field name="trigger_duration" eval="3" />
<field name="trigger_interval">hours</field> <field name="trigger_interval">hours</field>
<field name="trigger_occurs">before</field> <field name="trigger_occurs">before</field>
<field name="trigger_related">start</field> <field name="trigger_related">start</field>
</record> </record>
<record model="res.alarm" id="alarm10"> <record model="res.alarm" id="alarm10">
<field name="name">4 hours before</field> <field name="name">4 hours before</field>
<field name="active" eval="1" /> <field name="active" eval="1" />
<field name="trigger_duration" eval="4" /> <field name="trigger_duration" eval="4" />
<field name="trigger_interval">hours</field> <field name="trigger_interval">hours</field>
<field name="trigger_occurs">before</field> <field name="trigger_occurs">before</field>
<field name="trigger_related">start</field> <field name="trigger_related">start</field>
</record> </record>
<record model="res.alarm" id="alarm11"> <record model="res.alarm" id="alarm11">
<field name="name">5 hours before</field> <field name="name">5 hours before</field>
<field name="active" eval="1" /> <field name="active" eval="1" />
<field name="trigger_duration" eval="5" /> <field name="trigger_duration" eval="5" />
<field name="trigger_interval">hours</field> <field name="trigger_interval">hours</field>
<field name="trigger_occurs">before</field> <field name="trigger_occurs">before</field>
<field name="trigger_related">start</field> <field name="trigger_related">start</field>
</record> </record>
<record model="res.alarm" id="alarm12"> <record model="res.alarm" id="alarm12">
<field name="name">18 hours before</field> <field name="name">18 hours before</field>
<field name="active" eval="1" /> <field name="active" eval="1" />
<field name="trigger_duration" eval="18" /> <field name="trigger_duration" eval="18" />
<field name="trigger_interval">hours</field> <field name="trigger_interval">hours</field>
<field name="trigger_occurs">before</field> <field name="trigger_occurs">before</field>
<field name="trigger_related">start</field> <field name="trigger_related">start</field>
</record> </record>
<!-- Scheduler for Event Alarm--> <!-- Scheduler for Event Alarm-->
<record forcecreate="True" id="ir_cron_scheduler_alarm" <record forcecreate="True" id="ir_cron_scheduler_alarm"
model="ir.cron"> model="ir.cron">
<field name="name">Run Event Reminder</field> <field name="name">Run Event Reminder</field>
<field eval="True" name="active" /> <field eval="True" name="active" />
<field name="user_id" ref="base.user_root" /> <field name="user_id" ref="base.user_root" />
<field name="interval_number">1</field> <field name="interval_number">1</field>
<field name="interval_type">minutes</field> <field name="interval_type">minutes</field>
<field name="numbercall">-1</field> <field name="numbercall">-1</field>
<field eval="False" name="doall" /> <field eval="False" name="doall" />
<field eval="'calendar.alarm'" name="model" /> <field eval="'calendar.alarm'" name="model" />
<field eval="'do_run_scheduler'" name="function" /> <field eval="'do_run_scheduler'" name="function" />
<field eval="'(False,)'" name="args" /> <field eval="'(False,)'" name="args" />
</record> </record>
</data> </data>
</openerp> </openerp>

View File

@ -10,20 +10,10 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Invitation details" version="7.0"> <form string="Invitation details" version="7.0">
<header> <header>
<button name="do_tentative" <button name="do_tentative" states="needs-action,declined,accepted" string="Uncertain" type="object" class="oe_highlight"/>
states="needs-action,declined,accepted" <button name="do_accept" string="Accept" states="needs-action,tentative,declined" type="object" class="oe_highlight"/>
string="Uncertain" type="object"/> <button name="%(base_calendar.action_view_calendar_invite_attendee_wizard)d" string="Delegate" type="action" states="needs-action,tentative,declined,accepted" context="{'model' : 'calendar.attendee', 'attendee_field' : 'child_ids'}" />
<button name="do_accept" string="Accept" <button name="do_decline" string="Decline" states="needs-action,tentative,accepted" type="object" class="oe_highlight"/>
states="needs-action,tentative,declined"
type="object" />
<button
name="%(base_calendar.action_view_calendar_invite_attendee_wizard)d"
string="Delegate" type="action"
states="needs-action,tentative,declined,accepted"
context="{'model' : 'calendar.attendee', 'attendee_field' : 'child_ids'}" />
<button name="do_decline" string="Decline"
states="needs-action,tentative,accepted"
type="object" />
<field name="state" widget="statusbar" <field name="state" widget="statusbar"
statusbar_visible="tentative,needs-action,accepted" statusbar_colors='{"proforma":"blue"}'/> statusbar_visible="tentative,needs-action,accepted" statusbar_colors='{"proforma":"blue"}'/>
</header> </header>
@ -216,21 +206,9 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Events" version="7.0"> <form string="Events" version="7.0">
<header> <header>
<button name="do_confirm" <button name="do_confirm" string="Confirm" states="tentative,cancelled" type="object" class="oe_highlight"/>
string="Confirm" <button name="do_tentative" states="confirmed,cancelled" string="Uncertain" type="object" class="oe_highlight"/>
states="tentative,cancelled" <button name="do_cancel" string="Cancel" states="tentative,confirmed" type="object" />
type="object"
/>
<button name="do_tentative"
states="confirmed,cancelled"
string="Uncertain"
type="object"
/>
<button name="do_cancel"
string="Cancel"
states="tentative,confirmed"
type="object"
/>
<field name="state" widget="statusbar" <field name="state" widget="statusbar"
statusbar_visible="tentative,confirmed" statusbar_colors='{"proforma":"blue"}'/> statusbar_visible="tentative,confirmed" statusbar_colors='{"proforma":"blue"}'/>
</header> </header>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data noupdate="0"> <data noupdate="0">
<record model="res.groups" id="base.group_survey_user"> <record model="res.groups" id="base.group_survey_user">
<field name="name">Survey / User</field> <field name="name">Survey / User</field>
<field name="users" eval="[(4, ref('base.user_root'))]"/> <field name="users" eval="[(4, ref('base.user_root'))]"/>
</record> </record>
</data> </data>
</openerp> </openerp>

View File

@ -9,7 +9,12 @@
<field name="model">base_calendar.invite.attendee</field> <field name="model">base_calendar.invite.attendee</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Invite People"> <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"/>
@ -20,21 +25,17 @@
</group> </group>
<group col="2" colspan="6" attrs="{'invisible': [('type', '!=', 'internal')]}"> <group col="2" colspan="6" attrs="{'invisible': [('type', '!=', 'internal')]}">
<separator string="Users" colspan="4"/> <separator string="Users" colspan="4"/>
<field name="user_ids" select="1" colspan="4" nolabel="1" height="180"/> <field name="user_ids" colspan="4" nolabel="1" height="180"/>
<newline/> <newline/>
</group> </group>
<group col="2" colspan="6" attrs="{'invisible': [('type', '!=', 'partner')]}"> <group col="2" colspan="6" attrs="{'invisible': [('type', '!=', 'partner')]}">
<field name="partner_id" colspan="2" on_change="onchange_partner_id(partner_id)" attrs="{'required': [('type', '=', 'partner')]}"/> <field name="partner_id" colspan="2" on_change="onchange_partner_id(partner_id)" attrs="{'required': [('type', '=', 'partner')]}"/>
<newline/> <newline/>
<separator string="Partner Contacts" colspan="6"/> <separator string="Partner Contacts" colspan="6"/>
<field name="contact_ids" select="1" colspan="4" nolabel="1" domain="[('id', 'child_of', [partner_id])]" attrs="{'readonly': [('type', '!=', 'partner')]}"/> <field name="contact_ids" colspan="4" nolabel="1" domain="[('id', 'child_of', [partner_id])]" attrs="{'readonly': [('type', '!=', 'partner')]}"/>
</group> </group>
</page> </page>
</notebook> </notebook>
<group col="4" colspan="4">
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button name="do_invite" string="Invite" type="object" icon="gtk-ok"/>
</group>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,10 +7,13 @@
<field name="model">create.relation.graph</field> <field name="model">create.relation.graph</field>
<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"> <form string="Generate Relationship Graph" version="7.0">
<header>
<button name="get_graph" string="Create Graphs" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="Relationship Graphs" colspan="6"/> <separator string="Relationship Graphs" colspan="6"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="get_graph" string="Create Graphs" type="object" icon="gtk-ok"/>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,18 +7,19 @@
<field name="model">base.module.data</field> <field name="model">base.module.data</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Data Recording"> <form string="Data Recording" version="7.0">
<field name="check_date"/> <header>
<newline/> <button name="record_objects" string="Record" type="object" class="oe_highlight"/>
<field name="filter_cond"/> or
<separator string="Choose objects to record" colspan="4"/> <button string="Cancel" class="oe_link" special="cancel"/>
<field name="objects" colspan="4" nolabel="1"/> </header>
<group><field name="info_yaml"/></group> <group>
<separator colspan="4"/> <field name="check_date"/>
<group colspan="4" col="2"> <field name="filter_cond"/>
<button icon="gtk-cancel" string="Cancel" special="cancel"/>
<button name="record_objects" icon="gtk-ok" string="Record" type="object"/>
</group> </group>
<separator string="Choose objects to record"/>
<field name="objects"/>
<group><field name="info_yaml"/></group>
</form> </form>
</field> </field>
</record> </record>
@ -57,11 +58,6 @@
<form string="Data Recording"> <form string="Data Recording">
<separator string="Result, paste this to your module's xml" colspan="4" /> <separator string="Result, paste this to your module's xml" colspan="4" />
<field name="res_text" nolabel="1" colspan="4"/> <field name="res_text" nolabel="1" colspan="4"/>
<separator colspan="4"/>
<group colspan="4" col="2">
<label string=""/>
<button icon="gtk-close" string="Close" special="cancel"/>
</group>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,18 +7,19 @@
<field name="model">base.module.record</field> <field name="model">base.module.record</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Objects Recording"> <form string="Objects Recording" version="7.0">
<field name="check_date"/> <header>
<newline/> <button name="record_objects" string="Record" type="object" class="oe_highlight"/>
<field name="filter_cond"/> or
<separator string="Choose objects to record" colspan="4"/> <button string="Cancel" class="oe_link" special="cancel"/>
<field name="objects" colspan="4" nolabel="1"/> </header>
<group><field name="info_yaml"/></group> <group>
<separator colspan="4"/> <field name="check_date"/>
<group colspan="4" col="2"> <field name="filter_cond"/>
<button icon="gtk-cancel" string="Cancel" special="cancel"/>
<button name="record_objects" icon="gtk-ok" string="Record" type="object"/>
</group> </group>
<separator string="Choose objects to record"/>
<field name="objects"/>
<group><field name="info_yaml"/></group>
</form> </form>
</field> </field>
</record> </record>
@ -59,18 +60,13 @@
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Module Recording"> <form string="Module Recording">
<separator string="Module successfully created!" colspan="4"/> <group string="Module successfully created!">
<field name="module_filename"/> <field name="module_filename"/>
<newline/> <field name="module_file"/>
<field name="module_file"/>
<separator string="Information" colspan="4"/>
<label string="If you think your module could interest other people, we'd like you to publish it on http://www.openerp.com, in the 'Modules' section. You can do it through the website or using features of the 'base_module_publish' module." colspan="4" align="0.0"/>
<label string="Thanks in advance for your contribution." colspan="4" align="0.0"/>
<separator colspan="4"/>
<group colspan="4" col="2">
<label string=""/>
<button icon="gtk-close" string="Close" special="cancel"/>
</group> </group>
<separator string="Information"/>
<label string="If you think your module could interest other people, we'd like you to publish it on http://www.openerp.com, in the 'Modules' section. You can do it through the website or using features of the 'base_module_publish' module." align="0.0"/>
<label string="Thanks in advance for your contribution." align="0.0"/>
</form> </form>
</field> </field>
</record> </record>
@ -89,22 +85,23 @@
<field name="model">base.module.record.objects</field> <field name="model">base.module.record.objects</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Module Recording"> <form string="Module Recording" version="7.0">
<separator string="Module Information" colspan="4"/> <header>
<field name="name"/> <button string="Continue" name="inter_call" type="object" class="oe_highlight"/>
<field name="directory_name"/> or
<field name="version"/> <button string="Cancel" class="oe_link" special="cancel"/>
<field name="author"/> </header>
<field name="website" colspan="4"/> <group string="Module Information">
<field name="category" colspan="4"/> <field name="name"/>
<field name="data_kind"/> <field name="directory_name"/>
<newline/> <field name="version"/>
<field name="description" colspan="4"/> <field name="author"/>
<separator colspan="4"/> <field name="website" colspan="4"/>
<group colspan="4" col="2"> <field name="category" colspan="4"/>
<button icon="gtk-cancel" string="Cancel" special="cancel"/> <field name="data_kind"/>
<button string="Continue" name="inter_call" type="object" icon="gtk-ok"/>
</group> </group>
<separator string="Description"/>
<field name="description"/>
</form> </form>
</field> </field>
</record> </record>
@ -116,11 +113,6 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Module Recording"> <form string="Module Recording">
<label string="Thanks For using Module Recorder" colspan="4" align="0.0"/> <label string="Thanks For using Module Recorder" colspan="4" align="0.0"/>
<separator string="" colspan="4"/>
<group colspan="4" col="2">
<label string=""/>
<button icon="gtk-ok" string="OK" special="cancel"/>
</group>
</form> </form>
</field> </field>
</record> </record>
@ -134,11 +126,6 @@
<separator string="YAML file successfully created !" colspan="4"/> <separator string="YAML file successfully created !" colspan="4"/>
<newline/> <newline/>
<field name="yaml_file" filename="module_filename"/> <field name="yaml_file" filename="module_filename"/>
<separator colspan="4"/>
<group colspan="4" col="2">
<label string=""/>
<button icon="gtk-close" string="Close" special="cancel"/>
</group>
</form> </form>
</field> </field>
</record> </record>

View File

@ -7,16 +7,17 @@
<field name="model">base.module.save</field> <field name="model">base.module.save</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Module Recording"> <form string="Module Recording" version="7.0">
<separator string="Recording Information" colspan="4"/> <header>
<field name="info_status"/> <button name="record_save" string="Continue" type="object" class="oe_highlight"/>
<field name="info_text" colspan="4" nolabel="1"/> or
<field name="info_yaml" colspan="4"/> <button string="Cancel" class="oe_link" special="cancel"/>
<separator colspan="4"/> </header>
<group colspan="4" col="2"> <group string="Recording Information">
<button icon="gtk-cancel" string="Cancel" special="cancel"/> <field name="info_status"/>
<button name="record_save" icon="gtk-ok" string="Continue" type="object"/> <field name="info_text"/>
</group> <field name="info_yaml"/>
</group>
</form> </form>
</field> </field>
</record> </record>

View File

@ -8,19 +8,16 @@
<field name="inherit_id" ref="base.res_config_installer"/> <field name="inherit_id" ref="base.res_config_installer"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<data> <data>
<form position="attributes"> <form position="attributes" version="7.0">
<attribute name="string">OpenERP Report Designer Configuration</attribute> <attribute name="string">OpenERP Report Designer Configuration</attribute>
</form> </form>
<separator string="title" position="before"> <separator string="title" position="before">
<label string="This plug-in allows you to create/modify OpenERP Reports into OpenOffice Writer."/> <label string="This plug-in allows you to create/modify OpenERP Reports into OpenOffice Writer."/>
</separator> </separator>
<xpath expr="//button[@string='Install Modules']" position="replace"> <xpath expr="//button[@string='Install Modules']" position="replace">
<button colspan="1" icon="gtk-close" special="cancel" string="_Close" invisible="not context.get('menu',False)"/> <button name="action_next" icon="gtk-go-forward" type="object" string="Configure" invisible="context.get('menu',False)" class="oe_highlight"/>
<button name="action_next" icon="gtk-go-forward" type="object" string="Configure" colspan="1" invisible="context.get('menu',False)"/>
</xpath>
<xpath expr="//button[@string='Cancel']" position="replace">
<button name="action_skip" icon="gtk-jump-to" special="cancel" type="object" string="Cancel" colspan="1" invisible="context.get('menu',False)"/>
</xpath> </xpath>
<xpath expr="//separator[@string='title']" position="after"> <xpath expr="//separator[@string='title']" position="after">
<group colspan="8" height="450" width="750"> <group colspan="8" height="450" width="750">
<field name="name" invisible="1"/> <field name="name" invisible="1"/>

View File

@ -1,19 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data> <data>
<record id="view_base_report_sxw" model="ir.ui.view"> <record id="view_base_report_sxw" model="ir.ui.view">
<field name="name">Base Report sxw</field> <field name="name">Base Report sxw</field>
<field name="model">base.report.sxw</field> <field name="model">base.report.sxw</field>
<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"> <form string="Get a report" version="7.0">
<separator string="Select your report" colspan="4"/> <header>
<field name="report_id"/> <button name="get_report" string="Continue" type="object" class="oe_highlight"/>
<separator string="" colspan="4"/> <button name="upload_report" string="Upload the modified report" type="object" class="oe_highlight"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/> or
<button name="get_report" string="Continue" type="object" icon="gtk-ok"/> <button string="Cancel" class="oe_link" special="cancel"/>
</header>
<group string="Select your report">
<field name="report_id"/>
</group>
</form> </form>
</field> </field>
</record> </record>
@ -41,10 +43,6 @@
<field name="file_sxw_upload"/> <field name="file_sxw_upload"/>
<newline/> <newline/>
<label colspan="4" string="This is the template of your requested report.&#10;Save it as a .SXW file and open it with OpenOffice.&#10;Don't forget to install the OpenERP SA OpenOffice package to modify it.&#10;Once it is modified, re-upload it in OpenERP using this wizard." align="0.0"/> <label colspan="4" string="This is the template of your requested report.&#10;Save it as a .SXW file and open it with OpenOffice.&#10;Don't forget to install the OpenERP SA OpenOffice package to modify it.&#10;Once it is modified, re-upload it in OpenERP using this wizard." align="0.0"/>
<separator string="" colspan="4"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="upload_report" string="Upload the modified report" type="object" icon="gtk-go-forward"/>
</form> </form>
</field> </field>
</record> </record>
@ -53,13 +51,10 @@
<field name="model">base.report.rml.save</field> <field name="model">base.report.rml.save</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Save RML FIle"> <form string="Save RML FIle">
<separator string="The RML Report" colspan="4"/> <separator string="The RML Report"/>
<field name="file_rml"/> <field name="file_rml"/>
<newline/> </form>
<separator string="" colspan="4"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
</form>
</field> </field>
</record> </record>

View File

@ -38,7 +38,7 @@ Shows you a list of applications features to install from.
'update_xml': ['security/ir.model.access.csv', 'base_setup_views.xml', 'res_config_view.xml'], 'update_xml': ['security/ir.model.access.csv', 'base_setup_views.xml', 'res_config_view.xml'],
'demo_xml': [], 'demo_xml': [],
'installable': True, 'installable': True,
'auto_install': True, 'auto_install': False,
'certificate': '0086711085869', 'certificate': '0086711085869',
'images': ['images/base_setup1.jpeg','images/base_setup2.jpeg','images/base_setup3.jpeg','images/base_setup4.jpeg',], 'images': ['images/base_setup1.jpeg','images/base_setup2.jpeg','images/base_setup3.jpeg','images/base_setup4.jpeg',],
} }

View File

@ -24,8 +24,8 @@
<attribute name="string">Specify Your Terminology</attribute> <attribute name="string">Specify Your Terminology</attribute>
</form> </form>
<group string="res_config_contents" position="replace"> <group string="res_config_contents" position="replace">
<label string="You can use this wizard to change the terminologies for customers in the whole application."/> <label string="You can use this wizard to change the terminologies for customers in the whole application."/>
<separator string="Specify Your Terminology"/> <separator string="Specify Your Terminology"/>
<group colspan="4"> <group colspan="4">
<field colspan="4" name="partner"/> <field colspan="4" name="partner"/>
</group> </group>

View File

@ -43,7 +43,8 @@ class base_config_settings(osv.osv_memory):
'view_mode': 'form', 'view_mode': 'form',
'res_model': 'res.company', 'res_model': 'res.company',
'res_id': user.company_id.id, 'res_id': user.company_id.id,
} 'target': 'current',
}
# Preferences wizard for Sales & CRM. # Preferences wizard for Sales & CRM.
# It is defined here because it is inherited independently in modules sale, crm, # It is defined here because it is inherited independently in modules sale, crm,

View File

@ -8,8 +8,9 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="General Settings" version="7.0"> <form string="General Settings" version="7.0">
<header> <header>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/> <button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Cancel" type="object" name="cancel"/> or
<button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header> </header>
<sheet> <sheet>
<group string="Company Settings"> <group string="Company Settings">
@ -55,8 +56,9 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Configure Sales" version="7.0"> <form string="Configure Sales" version="7.0">
<header> <header>
<button string="Apply" type="object" name="execute" class="oe_highlight_on_dirty"/> <button string="Apply" type="object" name="execute" class="oe_highlight"/>
<button string="Cancel" type="object" name="cancel"/> or
<button string="Cancel" type="object" name="cancel" class="oe_link"/>
</header> </header>
<sheet> <sheet>
<field name="module_crm" invisible="1"/> <field name="module_crm" invisible="1"/>

View File

@ -45,7 +45,7 @@ The user can also publish notes.
'board_demo.xml' 'board_demo.xml'
], ],
'installable': True, 'installable': True,
'auto_install': True, 'auto_install': False,
'certificate': '0076912305725', 'certificate': '0076912305725',
'images': ['images/1_dashboard_definition.jpeg','images/2_publish_note.jpeg','images/3_admin_dashboard.jpeg',], 'images': ['images/1_dashboard_definition.jpeg','images/2_publish_note.jpeg','images/3_admin_dashboard.jpeg',],
} }

View File

@ -7,7 +7,7 @@
<field name="model">board.board</field> <field name="model">board.board</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="My Dashboard" layout="manual" version="7.0"> <form string="My Dashboard" version="7.0">
<board style="2-1"> <board style="2-1">
<column> <column>
</column> </column>

View File

@ -69,9 +69,9 @@
</record> </record>
<menuitem action="action_view_board_list_form" <menuitem action="action_view_board_list_form"
id="menu_view_board_form" parent="base.menu_reporting_config" id="menu_view_board_form" parent="base.menu_reporting_config"
groups="base.group_no_one" groups="base.group_no_one"
sequence="2"/> sequence="2"/>
</data> </data>
</openerp> </openerp>

View File

@ -11,8 +11,9 @@
<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> <header>
<button icon="gtk-save" string="Create Menu" name="board_menu_create" type="object" /> <button string="Create Menu" name="board_menu_create" type="object" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Cancel" /> or
<button string="Cancel" class="oe_link" special="cancel"/>
</header> </header>
<group colspan="4" string="Menu Information"> <group colspan="4" string="Menu Information">
<field name="menu_name"/> <field name="menu_name"/>

View File

@ -13,11 +13,6 @@
<field name="url" colspan="4" /> <field name="url" colspan="4" />
<separator string="Description" colspan="4"/> <separator string="Description" colspan="4"/>
<field name="description" colspan="4" nolabel="1"/> <field name="description" colspan="4" nolabel="1"/>
<separator colspan="4"/>
<group col="4" colspan="4">
<label string="" colspan="2"/>
<button special="cancel" string="_Close" icon="gtk-close"/>
</group>
</group> </group>
</form> </form>
</field> </field>
@ -28,18 +23,18 @@
<field name="model">user.preference</field> <field name="model">user.preference</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Caldav's host name configuration"> <form string="Caldav's host name configuration" version="7.0">
<label string="Configure your openerp hostname. For example : " colspan="4"></label> <header>
<button name="next_window" string="Next" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<label string="Configure your openerp hostname. For example : " colspan="4"></label>
<newline/> <newline/>
<label string="database.my.openerp.com or companyserver.com" colspan="4"/> <label string="database.my.openerp.com or companyserver.com" colspan="4"/>
<newline/> <newline/>
<separator colspan="4"/> <separator colspan="4"/>
<field name="host_name" colspan="4" width="250" /> <field name="host_name" colspan="4" width="250" />
<separator colspan="4"/>
<group col="4" colspan="4">
<button special="cancel" string="_Cancel" icon="gtk-cancel"/>
<button name="next_window" string="Next" type="object" icon="gtk-go-forward"/>
</group>
</form> </form>
</field> </field>
</record> </record>
@ -49,19 +44,17 @@
<field name="model">user.preference</field> <field name="model">user.preference</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="User Preference"> <form string="User Preference" version="7.0">
<header>
<button name="open_window" string="_Open" type="object" icon="gtk-ok" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
</header>
<separator string="" colspan="4"/> <separator string="" colspan="4"/>
<field name="service" colspan="4" width="250" readonly="1"/> <field name="service" colspan="4" width="250" readonly="1"/>
<field name="collection" colspan="4" width="250" invisible="1" /> <field name="collection" colspan="4" width="250" invisible="1" />
<field name="calendar" colspan="4" width="250" domain="[('collection_id','=', collection)]" readonly="1"/> <field name="calendar" colspan="4" width="250" domain="[('collection_id','=', collection)]" readonly="1"/>
<field name="device" colspan="4" width="250" /> <field name="device" colspan="4" width="250" />
<separator colspan="4"/>
<group col="4" colspan="4">
<label string="" colspan="2"/>
<button special="cancel" string="_Cancel" icon="gtk-cancel"/>
<button name="open_window" string="_Open" type="object" icon="gtk-ok"/>
</group>
</form> </form>
</field> </field>
</record> </record>

View File

@ -11,11 +11,6 @@
<field name="name"/> <field name="name"/>
<field name="file_path" colspan="4" width="300"/> <field name="file_path" colspan="4" width="300"/>
</group> </group>
<separator string="" colspan="4" />
<group colspan="4" col="6">
<label string=""/>
<button icon="gtk-close" special="cancel" string="_Close"/>
</group>
</form> </form>
</field> </field>
</record> </record>

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