Removed version="7.0" from form views

This commit is contained in:
Fabien Meghazi 2014-06-12 09:09:59 +02:00
parent 1ac928af05
commit faa09da325
300 changed files with 587 additions and 587 deletions

View File

@ -5,7 +5,7 @@
<field name="model">account.installer</field> <field name="model">account.installer</field>
<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">
<form position="attributes" version="7.0"> <form position="attributes">
<attribute name="string">Accounting Application Configuration</attribute> <attribute name="string">Accounting Application Configuration</attribute>
</form> </form>
<footer position="replace"> <footer position="replace">

View File

@ -45,7 +45,7 @@
<field name="name">account.invoice.line.form</field> <field name="name">account.invoice.line.form</field>
<field name="model">account.invoice.line</field> <field name="model">account.invoice.line</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Invoice Line" version="7.0"> <form string="Invoice Line">
<group> <group>
<group> <group>
<field name="product_id" on_change="product_id_change(product_id, uos_id, quantity, name, parent.type, parent.partner_id, parent.fiscal_position, price_unit, parent.currency_id, context, parent.company_id)"/> <field name="product_id" on_change="product_id_change(product_id, uos_id, quantity, name, parent.type, parent.partner_id, parent.fiscal_position, price_unit, parent.currency_id, context, parent.company_id)"/>
@ -90,7 +90,7 @@
<field name="name">account.invoice.tax.form</field> <field name="name">account.invoice.tax.form</field>
<field name="model">account.invoice.tax</field> <field name="model">account.invoice.tax</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Manual Invoice Taxes" version="7.0"> <form string="Manual Invoice Taxes">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="sequence"/> <field name="sequence"/>
@ -142,7 +142,7 @@
<field name="model">account.invoice</field> <field name="model">account.invoice</field>
<field name="priority">2</field> <field name="priority">2</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Supplier Invoice" version="7.0"> <form string="Supplier Invoice">
<header> <header>
<button name="invoice_open" states="draft,proforma2" string="Validate" class="oe_highlight" groups="account.group_account_invoice"/> <button name="invoice_open" states="draft,proforma2" string="Validate" class="oe_highlight" groups="account.group_account_invoice"/>
<button name="%(action_account_invoice_refund)d" type='action' string='Ask Refund' states='open,paid' groups="account.group_account_invoice"/> <button name="%(action_account_invoice_refund)d" type='action' string='Ask Refund' states='open,paid' groups="account.group_account_invoice"/>
@ -291,7 +291,7 @@
<field name="name">account.invoice.form</field> <field name="name">account.invoice.form</field>
<field name="model">account.invoice</field> <field name="model">account.invoice</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Invoice" version="7.0"> <form string="Invoice">
<header> <header>
<button name="action_invoice_sent" type="object" string="Send by Email" attrs="{'invisible':['|',('sent','=',True), ('state', '!=', 'open')]}" class="oe_highlight" groups="base.group_user"/> <button name="action_invoice_sent" type="object" string="Send by Email" attrs="{'invisible':['|',('sent','=',True), ('state', '!=', 'open')]}" class="oe_highlight" groups="base.group_user"/>
<button name="invoice_print" string="Print" type="object" attrs="{'invisible':['|',('sent','=',True), ('state', '!=', 'open')]}" class="oe_highlight" groups="base.group_user"/> <button name="invoice_print" string="Print" type="object" attrs="{'invisible':['|',('sent','=',True), ('state', '!=', 'open')]}" class="oe_highlight" groups="base.group_user"/>

View File

@ -7,7 +7,7 @@
<field name="name">account.fiscalyear.form</field> <field name="name">account.fiscalyear.form</field>
<field name="model">account.fiscalyear</field> <field name="model">account.fiscalyear</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Fiscal year" version="7.0"> <form string="Fiscal year">
<header> <header>
<button name="create_period" states="draft" string="Create Monthly Periods" type="object" class="oe_highlight"/> <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" class="oe_highlight"/> <button name="create_period3" states="draft" string="Create 3 Months Periods" type="object" class="oe_highlight"/>
@ -26,7 +26,7 @@
</group> </group>
</group> </group>
<field colspan="4" name="period_ids" nolabel="1" widget="one2many_list"> <field colspan="4" name="period_ids" nolabel="1" widget="one2many_list">
<form string="Period" version="7.0"> <form string="Period">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="code"/> <field name="code"/>
@ -94,7 +94,7 @@
<field name="name">account.period.form</field> <field name="name">account.period.form</field>
<field name="model">account.period</field> <field name="model">account.period</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account Period" version="7.0"> <form string="Account Period">
<header> <header>
<button string="Close Period" name="%(account.action_account_period_close)d" type="action" class="oe_highlight" states="draft"/> <button string="Close Period" name="%(account.action_account_period_close)d" type="action" class="oe_highlight" states="draft"/>
<button name="action_draft" states="done" string="Re-Open Period" type="object" groups="account.group_account_manager"/> <button name="action_draft" states="done" string="Re-Open Period" type="object" groups="account.group_account_manager"/>
@ -168,7 +168,7 @@
<field name="name">account.account.form</field> <field name="name">account.account.form</field>
<field name="model">account.account</field> <field name="model">account.account</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account" version="7.0"> <form string="Account">
<label for="code" class="oe_edit_only" string="Account Code and Name"/> <label for="code" class="oe_edit_only" string="Account Code and Name"/>
<h1> <h1>
<field name="code" class="oe_inline" placeholder="Account code" style="width: 6em"/> - <field name="code" class="oe_inline" placeholder="Account code" style="width: 6em"/> -
@ -393,7 +393,7 @@
<field name="name">account.journal.form</field> <field name="name">account.journal.form</field>
<field name="model">account.journal</field> <field name="model">account.journal</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account Journal" version="7.0"> <form string="Account Journal">
<div class="oe_title"> <div class="oe_title">
<label for="name" class="oe_edit_only"/> <label for="name" class="oe_edit_only"/>
<h1><field name="name"/></h1> <h1><field name="name"/></h1>
@ -558,7 +558,7 @@
<field name="model">account.bank.statement</field> <field name="model">account.bank.statement</field>
<field name="priority">1</field> <field name="priority">1</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Bank Statement" version="7.0"> <form string="Bank Statement">
<header> <header>
<field name="all_lines_reconciled" invisible="1" /> <field name="all_lines_reconciled" invisible="1" />
<span attrs="{'invisible':['|',('all_lines_reconciled','=',True),('line_ids','=',[])]}"> <span attrs="{'invisible':['|',('all_lines_reconciled','=',True),('line_ids','=',[])]}">
@ -701,7 +701,7 @@
<field name="name">account.statement.operation.template.form</field> <field name="name">account.statement.operation.template.form</field>
<field name="model">account.statement.operation.template</field> <field name="model">account.statement.operation.template</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Statement Operation Templates" version="7.0"> <form string="Statement Operation Templates">
<sheet> <sheet>
<div class="oe_title"> <div class="oe_title">
<label for="name" class="oe_edit_only"/> <label for="name" class="oe_edit_only"/>
@ -791,7 +791,7 @@
<field name="name">account.account.type.form</field> <field name="name">account.account.type.form</field>
<field name="model">account.account.type</field> <field name="model">account.account.type</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account Type" version="7.0"> <form string="Account Type">
<group> <group>
<group> <group>
<field name="name"/> <field name="name"/>
@ -850,7 +850,7 @@
<field name="name">account.move.reconcile.form</field> <field name="name">account.move.reconcile.form</field>
<field name="model">account.move.reconcile</field> <field name="model">account.move.reconcile</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Journal Entry Reconcile" version="7.0"> <form string="Journal Entry Reconcile">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="create_date"/> <field name="create_date"/>
@ -895,7 +895,7 @@
<field name="name">account.tax.code.form</field> <field name="name">account.tax.code.form</field>
<field name="model">account.tax.code</field> <field name="model">account.tax.code</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account Tax Code" version="7.0"> <form string="Account Tax Code">
<group> <group>
<group col="4" colspan="2"> <group col="4" colspan="2">
<field name="name"/> <field name="name"/>
@ -990,7 +990,7 @@
<field name="name">account.tax.form</field> <field name="name">account.tax.form</field>
<field name="model">account.tax</field> <field name="model">account.tax</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account Tax" version="7.0"> <form string="Account Tax">
<group> <group>
<group> <group>
<field name="name"/> <field name="name"/>
@ -1087,7 +1087,7 @@
<field name="model">account.move.line</field> <field name="model">account.move.line</field>
<field eval="2" name="priority"/> <field eval="2" name="priority"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Journal Item" version="7.0"> <form string="Journal Item">
<sheet> <sheet>
<group> <group>
<group> <group>
@ -1156,7 +1156,7 @@
<field name="model">account.move.line</field> <field name="model">account.move.line</field>
<field eval="9" name="priority"/> <field eval="9" name="priority"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Journal Item" version="7.0"> <form string="Journal Item">
<notebook colspan="4"> <notebook colspan="4">
<page string="Information"> <page string="Information">
<group col="4"> <group col="4">
@ -1203,7 +1203,7 @@
<field name="model">account.move.line</field> <field name="model">account.move.line</field>
<field eval="1" name="priority"/> <field eval="1" name="priority"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<tree colors="red:state == 'draft';black:state == 'valid'" string="Journal Items" create="true" on_write="on_create_write" version="7.0" editable="top"> <tree colors="red:state == 'draft';black:state == 'valid'" string="Journal Items" create="true" on_write="on_create_write" editable="top">
<field name="journal_id" options='{"no_open":True}' invisible="context.get('journal_id',False)"/> <field name="journal_id" options='{"no_open":True}' invisible="context.get('journal_id',False)"/>
<field name="period_id" options='{"no_open":True}' invisible="context.get('period_id',False)"/> <field name="period_id" options='{"no_open":True}' invisible="context.get('period_id',False)"/>
<field name="date"/> <field name="date"/>
@ -1304,7 +1304,7 @@
<field eval="24" name="priority"/> <field eval="24" name="priority"/>
<field name="type">tree</field> <field name="type">tree</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<tree_account_reconciliation colors="red:state == 'draft';black:state == 'valid'" string="Journal Items to Reconcile" create="false" version="7.0"> <tree_account_reconciliation colors="red:state == 'draft';black:state == 'valid'" string="Journal Items to Reconcile" create="false">
<field name="date"/> <field name="date"/>
<field name="move_id"/> <field name="move_id"/>
<field name="ref"/> <field name="ref"/>
@ -1360,7 +1360,7 @@
<field name="name">account.move.form</field> <field name="name">account.move.form</field>
<field name="model">account.move</field> <field name="model">account.move</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account Entry" version="7.0"> <form string="Account Entry">
<header> <header>
<button name="button_validate" states="draft" string="Post" type="object" class="oe_highlight" groups="account.group_account_invoice"/> <button name="button_validate" states="draft" string="Post" type="object" class="oe_highlight" groups="account.group_account_invoice"/>
<button name="button_cancel" states="posted" string="Cancel Entry" type="object" groups="account.group_account_invoice"/> <button name="button_cancel" states="posted" string="Cancel Entry" type="object" groups="account.group_account_invoice"/>
@ -1388,7 +1388,7 @@
<page string="Journal Items"> <page string="Journal Items">
<field name="line_id" widget="one2many_list" <field name="line_id" widget="one2many_list"
context="{'line_id': line_id , 'journal_id': journal_id }"> context="{'line_id': line_id , 'journal_id': journal_id }">
<form string="Journal Item" version="7.0"> <form string="Journal Item">
<group col="6" colspan="4"> <group col="6" colspan="4">
<field name="name"/> <field name="name"/>
<field name="ref"/> <field name="ref"/>
@ -1594,7 +1594,7 @@
<field name="name">account.model.line.form</field> <field name="name">account.model.line.form</field>
<field name="model">account.model.line</field> <field name="model">account.model.line</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Journal Entry Model Line" version="7.0"> <form string="Journal Entry Model Line">
<group col="4"> <group col="4">
<field colspan="4" name="name"/> <field colspan="4" name="name"/>
<field name="sequence"/> <field name="sequence"/>
@ -1613,7 +1613,7 @@
<field name="name">account.model.form</field> <field name="name">account.model.form</field>
<field name="model">account.model</field> <field name="model">account.model</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Journal Entry Model" version="7.0"> <form string="Journal Entry Model">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="journal_id" on_change="onchange_journal_id(journal_id)"/> <field name="journal_id" on_change="onchange_journal_id(journal_id)"/>
@ -1683,7 +1683,7 @@
<field name="name">account.payment.term.line.form</field> <field name="name">account.payment.term.line.form</field>
<field name="model">account.payment.term.line</field> <field name="model">account.payment.term.line</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Payment Term" version="7.0"> <form string="Payment Term">
<group> <group>
<group string="Amount Computation"> <group string="Amount Computation">
<field name="value"/> <field name="value"/>
@ -1714,7 +1714,7 @@
<field name="name">account.payment.term.form</field> <field name="name">account.payment.term.form</field>
<field name="model">account.payment.term</field> <field name="model">account.payment.term</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Payment Term" version="7.0"> <form string="Payment Term">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="active"/> <field name="active"/>
@ -1741,7 +1741,7 @@
<field name="name">account.subscription.line.form</field> <field name="name">account.subscription.line.form</field>
<field name="model">account.subscription.line</field> <field name="model">account.subscription.line</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Subscription lines" version="7.0"> <form string="Subscription lines">
<group> <group>
<field name="date"/> <field name="date"/>
<field name="move_id"/> <field name="move_id"/>
@ -1793,7 +1793,7 @@
<field name="name">account.subscription.form</field> <field name="name">account.subscription.form</field>
<field name="model">account.subscription</field> <field name="model">account.subscription</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Recurring" version="7.0"> <form string="Recurring">
<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" class="oe_highlight"/> <button name="compute" states="draft" string="Compute" type="object" icon="terp-stock_format-scientific" class="oe_highlight"/>
@ -1864,7 +1864,7 @@
<field name="model">account.subscription.line</field> <field name="model">account.subscription.line</field>
<field eval="20" name="priority"/> <field eval="20" name="priority"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Subscription lines" version="7.0"> <form string="Subscription lines">
<group col="4"> <group col="4">
<field name="subscription_id"/> <field name="subscription_id"/>
<field name="date"/> <field name="date"/>
@ -1895,7 +1895,7 @@
<field name="name">account.account.template.form</field> <field name="name">account.account.template.form</field>
<field name="model">account.account.template</field> <field name="model">account.account.template</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account Template" version="7.0"> <form string="Account Template">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="code"/> <field name="code"/>
@ -1959,7 +1959,7 @@
<field name="name">Create Account</field> <field name="name">Create Account</field>
<field name="model">account.addtmpl.wizard</field> <field name="model">account.addtmpl.wizard</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Create Account" version="7.0"> <form string="Create Account">
<header> <header>
<button icon="gtk-ok" name="action_create" string="Add" type="object" class="oe_highlight" /> <button icon="gtk-ok" name="action_create" string="Add" type="object" class="oe_highlight" />
</header> </header>
@ -1983,7 +1983,7 @@
<field name="name">account.chart.template.form</field> <field name="name">account.chart.template.form</field>
<field name="model">account.chart.template</field> <field name="model">account.chart.template</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Chart of Accounts Template" version="7.0"> <form string="Chart of Accounts Template">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="account_root_id" attrs="{'required': [('parent_id', '=', False)]}"/> <field name="account_root_id" attrs="{'required': [('parent_id', '=', False)]}"/>
@ -2058,7 +2058,7 @@
<field name="name">account.tax.template.form</field> <field name="name">account.tax.template.form</field>
<field name="model">account.tax.template</field> <field name="model">account.tax.template</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account Tax Template" version="7.0"> <form string="Account Tax Template">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="description"/> <field name="description"/>
@ -2171,7 +2171,7 @@
<field name="name">account.tax.code.template.form</field> <field name="name">account.tax.code.template.form</field>
<field name="model">account.tax.code.template</field> <field name="model">account.tax.code.template</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account Tax Code Template" version="7.0"> <form string="Account Tax Code Template">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="code"/> <field name="code"/>
@ -2199,7 +2199,7 @@
<field name="model">wizard.multi.charts.accounts</field> <field name="model">wizard.multi.charts.accounts</field>
<field name="inherit_id" ref="base.res_config_view_base"/> <field name="inherit_id" ref="base.res_config_view_base"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form position="attributes" version="7.0"> <form position="attributes">
<attribute name="string">Accounting Application Configuration</attribute> <attribute name="string">Accounting Application Configuration</attribute>
</form> </form>
<group string="res_config_contents" position="replace"> <group string="res_config_contents" position="replace">
@ -2267,7 +2267,7 @@
<field name="name">account.fiscal.position.template.form</field> <field name="name">account.fiscal.position.template.form</field>
<field name="model">account.fiscal.position.template</field> <field name="model">account.fiscal.position.template</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Fiscal Position Template" version="7.0"> <form string="Fiscal Position Template">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="chart_template_id"/> <field name="chart_template_id"/>
@ -2277,7 +2277,7 @@
<field name="tax_src_id" domain="[('parent_id','=',False)]"/> <field name="tax_src_id" domain="[('parent_id','=',False)]"/>
<field name="tax_dest_id" domain="[('parent_id','=',False)]"/> <field name="tax_dest_id" domain="[('parent_id','=',False)]"/>
</tree> </tree>
<form string="Taxes Mapping" version="7.0"> <form string="Taxes Mapping">
<field name="tax_src_id" domain="[('parent_id','=',False)]"/> <field name="tax_src_id" domain="[('parent_id','=',False)]"/>
<field name="tax_dest_id" domain="[('parent_id','=',False)]"/> <field name="tax_dest_id" domain="[('parent_id','=',False)]"/>
</form> </form>
@ -2287,7 +2287,7 @@
<field name="account_src_id"/> <field name="account_src_id"/>
<field name="account_dest_id"/> <field name="account_dest_id"/>
</tree> </tree>
<form string="Accounts Mapping" version="7.0"> <form string="Accounts Mapping">
<field name="account_src_id"/> <field name="account_src_id"/>
<field name="account_dest_id"/> <field name="account_dest_id"/>
</form> </form>
@ -2340,7 +2340,7 @@
<field name="model">account.bank.statement</field> <field name="model">account.bank.statement</field>
<field name="priority">2</field> <field name="priority">2</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Statement" version="7.0"> <form string="Statement">
<header> <header>
<field name="all_lines_reconciled" invisible="1" /> <field name="all_lines_reconciled" invisible="1" />
<span attrs="{'invisible':['|',('all_lines_reconciled','=',True),('line_ids','=',[])]}"> <span attrs="{'invisible':['|',('all_lines_reconciled','=',True),('line_ids','=',[])]}">
@ -2381,7 +2381,7 @@
<field name="partner_id"/> <field name="partner_id"/>
<field name="amount"/> <field name="amount"/>
</tree> </tree>
<form string="Statement lines" version="7.0"> <form string="Statement lines">
<group col="4"> <group col="4">
<field name="date"/> <field name="date"/>
<field name="name"/> <field name="name"/>
@ -2526,7 +2526,7 @@
<field name="name">account.financial.report.form</field> <field name="name">account.financial.report.form</field>
<field name="model">account.financial.report</field> <field name="model">account.financial.report</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account Report" version="7.0"> <form string="Account Report">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="parent_id"/> <field name="parent_id"/>

View File

@ -6,7 +6,7 @@
<field name="name">account.fiscal.position.form</field> <field name="name">account.fiscal.position.form</field>
<field name="model">account.fiscal.position</field> <field name="model">account.fiscal.position</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Fiscal Position" version="7.0"> <form string="Fiscal Position">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="active"/> <field name="active"/>
@ -105,7 +105,7 @@
<field name="priority">2</field> <field name="priority">2</field>
<field name="inherit_id" ref="base.view_partner_form"/> <field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<page name="sales_purchases" position="after" version="7.0"> <page name="sales_purchases" position="after">
<page string="Accounting" col="4" name="accounting" attrs="{'invisible': [('is_company','=',False),('parent_id','!=',False)]}" groups="account.group_account_invoice"> <page string="Accounting" col="4" name="accounting" attrs="{'invisible': [('is_company','=',False),('parent_id','!=',False)]}" groups="account.group_account_invoice">
<group> <group>
<group> <group>

View File

@ -127,7 +127,7 @@
<field name="model">account.analytic.line</field> <field name="model">account.analytic.line</field>
<field name="priority">1</field> <field name="priority">1</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Analytic Entry" version="7.0"> <form string="Analytic Entry">
<group> <group>
<group> <group>
<field name="name"/> <field name="name"/>
@ -243,7 +243,7 @@
<field name="name">account.analytic.line.extended_form</field> <field name="name">account.analytic.line.extended_form</field>
<field name="model">account.analytic.line</field> <field name="model">account.analytic.line</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Project line" version="7.0"> <form string="Project line">
<group> <group>
<group> <group>
<field name="name"/> <field name="name"/>
@ -317,7 +317,7 @@
<field name="name">account.analytic.journal.form</field> <field name="name">account.analytic.journal.form</field>
<field name="model">account.analytic.journal</field> <field name="model">account.analytic.journal</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Analytic Journal" version="7.0"> <form string="Analytic Journal">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="code"/> <field name="code"/>

View File

@ -6,7 +6,7 @@
<field name="name">Account Analytic Balance</field> <field name="name">Account Analytic Balance</field>
<field name="model">account.analytic.balance</field> <field name="model">account.analytic.balance</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Select Period" version="7.0"> <form string="Select Period">
<header> <header>
<button name="check_report" string="Print" type="object" class="oe_highlight"/> <button name="check_report" string="Print" type="object" class="oe_highlight"/>
or or

View File

@ -6,7 +6,7 @@
<field name="name">Chart of Analytic Accounts</field> <field name="name">Chart of Analytic Accounts</field>
<field name="model">account.analytic.chart</field> <field name="model">account.analytic.chart</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Analytic Account Charts" version="7.0"> <form string="Analytic Account Charts">
<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"/>
<field name="to_date"/> <field name="to_date"/>

View File

@ -6,7 +6,7 @@
<field name="name">Account Analytic Cost Ledger Journal</field> <field name="name">Account Analytic Cost Ledger Journal</field>
<field name="model">account.analytic.cost.ledger.journal.report</field> <field name="model">account.analytic.cost.ledger.journal.report</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Select period" version="7.0"> <form string="Select period">
<header> <header>
<button name="check_report" string="Print" type="object" class="oe_highlight"/> <button name="check_report" string="Print" type="object" class="oe_highlight"/>
or or

View File

@ -6,7 +6,7 @@
<field name="name">Account Analytic Check</field> <field name="name">Account Analytic Check</field>
<field name="model">account.analytic.cost.ledger</field> <field name="model">account.analytic.cost.ledger</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Select Period" version="7.0"> <form string="Select Period">
<header> <header>
<button name="check_report" string="Print" type="object" class="oe_highlight"/> <button name="check_report" string="Print" type="object" class="oe_highlight"/>
or or

View File

@ -6,7 +6,7 @@
<field name="name">Account Analytic Inverted Balance</field> <field name="name">Account Analytic Inverted Balance</field>
<field name="model">account.analytic.inverted.balance</field> <field name="model">account.analytic.inverted.balance</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Select Period" version="7.0"> <form string="Select Period">
<header> <header>
<button name="check_report" string="Print" type="object" class="oe_highlight"/> <button name="check_report" string="Print" type="object" class="oe_highlight"/>
or or

View File

@ -6,7 +6,7 @@
<field name="name">Account Analytic Journal</field> <field name="name">Account Analytic Journal</field>
<field name="model">account.analytic.journal.report</field> <field name="model">account.analytic.journal.report</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Select Period" version="7.0"> <form string="Select Period">
<group col="4"> <group col="4">
<field name="date1"/> <field name="date1"/>
<field name="date2"/> <field name="date2"/>

View File

@ -6,7 +6,7 @@
<field name="name">project.account.analytic.line.form</field> <field name="name">project.account.analytic.line.form</field>
<field name="model">project.account.analytic.line</field> <field name="model">project.account.analytic.line</field>
<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">
<header> <header>
<button string="Open Entries" name="action_open_window" type="object" class="oe_highlight"/> <button string="Open Entries" name="action_open_window" type="object" class="oe_highlight"/>
or or

View File

@ -31,7 +31,7 @@
<field name="name">report.account.receivable.form</field> <field name="name">report.account.receivable.form</field>
<field name="model">report.account.receivable</field> <field name="model">report.account.receivable</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Accounts by Type" version="7.0"> <form string="Accounts by Type">
<group> <group>
<field name="name"/> <field name="name"/>
<field name="type"/> <field name="type"/>

View File

@ -14,7 +14,7 @@
<field name="name">account settings</field> <field name="name">account settings</field>
<field name="model">account.config.settings</field> <field name="model">account.config.settings</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Configure Accounting" version="7.0" class="oe_form_configuration"> <form string="Configure Accounting" class="oe_form_configuration">
<header> <header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/> <button string="Apply" type="object" name="execute" class="oe_highlight"/>
or or

View File

@ -6,7 +6,7 @@
<field name="name">Account Automatic Reconcile</field> <field name="name">Account Automatic Reconcile</field>
<field name="model">account.automatic.reconcile</field> <field name="model">account.automatic.reconcile</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Reconciliation" version="7.0"> <form string="Reconciliation">
<separator string="Reconciliation"/> <separator string="Reconciliation"/>
<label string="For an invoice to be considered as paid, the invoice entries must be reconciled with counterparts, usually payments. With the automatic reconciliation functionality, OpenERP makes its own search for entries to reconcile in a series of accounts. It finds entries for each partner where the amounts correspond."/> <label string="For an invoice to be considered as paid, the invoice entries must be reconciled with counterparts, usually payments. With the automatic reconciliation functionality, OpenERP makes its own search for entries to reconcile in a series of accounts. It finds entries for each partner where the amounts correspond."/>
<field name="account_ids" domain="[('reconcile','=',1)]"/> <field name="account_ids" domain="[('reconcile','=',1)]"/>
@ -51,7 +51,7 @@
<field name="name">Automatic reconcile unreconcile</field> <field name="name">Automatic reconcile unreconcile</field>
<field name="model">account.automatic.reconcile</field> <field name="model">account.automatic.reconcile</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Reconciliation Result" version="7.0"> <form string="Reconciliation Result">
<group> <group>
<field name="reconciled"/> <field name="reconciled"/>
<field name="unreconciled"/> <field name="unreconciled"/>

View File

@ -5,7 +5,7 @@
<field name="name">Change Currency</field> <field name="name">Change Currency</field>
<field name="model">account.change.currency</field> <field name="model">account.change.currency</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Invoice Currency" version="7.0"> <form string="Invoice Currency">
<group string="This wizard will change the currency of the invoice"> <group string="This wizard will change the currency of the invoice">
<field name="currency_id"/> <field name="currency_id"/>
</group> </group>

View File

@ -5,7 +5,7 @@
<field name="name">account.chart.form</field> <field name="name">account.chart.form</field>
<field name="model">account.chart</field> <field name="model">account.chart</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account charts" version="7.0"> <form string="Account charts">
<group> <group>
<label for="fiscalyear"/> <label for="fiscalyear"/>
<div> <div>

View File

@ -5,7 +5,7 @@
<field name="name">account.fiscalyear.close.state.form</field> <field name="name">account.fiscalyear.close.state.form</field>
<field name="model">account.fiscalyear.close.state</field> <field name="model">account.fiscalyear.close.state</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">
<group> <group>
<field name="fy_id" domain="[('state','=','draft')]"/> <field name="fy_id" domain="[('state','=','draft')]"/>
</group> </group>

View File

@ -5,7 +5,7 @@
<field name="name">account.fiscalyear.close.form</field> <field name="name">account.fiscalyear.close.form</field>
<field name="model">account.fiscalyear.close</field> <field name="model">account.fiscalyear.close</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Generate Fiscal Year Opening Entries" version="7.0"> <form string="Generate Fiscal Year Opening Entries">
<separator string="Generate Fiscal Year Opening Entries"/> <separator string="Generate Fiscal Year Opening Entries"/>
<label string="This wizard will generate the end of year journal entries of selected fiscal year. Note that you can run this wizard many times for the same fiscal year: it will simply replace the old opening entries with the new ones."/> <label string="This wizard will generate the end of year journal entries of selected fiscal year. Note that you can run this wizard many times for the same fiscal year: it will simply replace the old opening entries with the new ones."/>
<newline/> <newline/>

View File

@ -6,7 +6,7 @@
<field name="name">account.invoice.refund.form</field> <field name="name">account.invoice.refund.form</field>
<field name="model">account.invoice.refund</field> <field name="model">account.invoice.refund</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Credit Note" version="7.0"> <form string="Credit Note">
<group> <group>
<group colspan="2"> <group colspan="2">
<label for="filter_refund"/> <label for="filter_refund"/>

View File

@ -5,7 +5,7 @@
<field name="name">account.invoice.confirm.form</field> <field name="name">account.invoice.confirm.form</field>
<field name="model">account.invoice.confirm</field> <field name="model">account.invoice.confirm</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Confirm Draft Invoices" version="7.0"> <form string="Confirm Draft Invoices">
<p class="oe_grey"> <p class="oe_grey">
Once draft invoices are confirmed, you will not be able Once draft invoices are confirmed, you will not be able
to modify them. The invoices will receive a unique to modify them. The invoices will receive a unique
@ -31,7 +31,7 @@
<field name="name">account.invoice.cancel.form</field> <field name="name">account.invoice.cancel.form</field>
<field name="model">account.invoice.cancel</field> <field name="model">account.invoice.cancel</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Cancel Selected Invoices" version="7.0"> <form string="Cancel Selected Invoices">
<footer> <footer>
<button string="Cancel Invoices" name="invoice_cancel" type="object" default_focus="1" class="oe_highlight"/> <button string="Cancel Invoices" name="invoice_cancel" type="object" default_focus="1" class="oe_highlight"/>
or or

View File

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

View File

@ -5,7 +5,7 @@
<field name="name">account.move.bank.reconcile.form</field> <field name="name">account.move.bank.reconcile.form</field>
<field name="model">account.move.bank.reconcile</field> <field name="model">account.move.bank.reconcile</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Bank reconciliation" version="7.0"> <form string="Bank reconciliation">
<group> <group>
<field name="journal_id"/> <field name="journal_id"/>
</group> </group>

View File

@ -5,7 +5,7 @@
<field name="name">account.move.line.reconcile.select.form</field> <field name="name">account.move.line.reconcile.select.form</field>
<field name="model">account.move.line.reconcile.select</field> <field name="model">account.move.line.reconcile.select</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Reconciliation" version="7.0"> <form string="Reconciliation">
<group> <group>
<field name="account_id"/> <field name="account_id"/>
</group> </group>

View File

@ -6,7 +6,7 @@
<field name="name">Open Move Line Button</field> <field name="name">Open Move Line Button</field>
<field name="model">account.move.line.select</field> <field name="model">account.move.line.select</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account Select" version="7.0"> <form string="Account Select">
<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?"/>
<footer> <footer>
<button string="Open Entries" name="open_window" type="object" default_focus="1" class="oe_highlight"/> <button string="Open Entries" name="open_window" type="object" default_focus="1" class="oe_highlight"/>

View File

@ -5,7 +5,7 @@
<field name="name">account.move.line.unreconcile.select.form</field> <field name="name">account.move.line.unreconcile.select.form</field>
<field name="model">account.move.line.unreconcile.select</field> <field name="model">account.move.line.unreconcile.select</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Unreconciliation" version="7.0"> <form string="Unreconciliation">
<group> <group>
<field name="account_id"/> <field name="account_id"/>
</group> </group>

View File

@ -5,7 +5,7 @@
<field name="name">account.open.closed.fiscalyear.form</field> <field name="name">account.open.closed.fiscalyear.form</field>
<field name="model">account.open.closed.fiscalyear</field> <field name="model">account.open.closed.fiscalyear</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Cancel Fiscal Year Closing Entries" version="7.0"> <form string="Cancel Fiscal Year Closing Entries">
<separator string="Cancel Fiscal Year Closing Entries"/> <separator string="Cancel Fiscal Year Closing Entries"/>
<p class="oe_grey"> <p class="oe_grey">
This wizard will remove the end of year journal entries of selected fiscal year. Note that you can run this wizard many times for the same fiscal year. This wizard will remove the end of year journal entries of selected fiscal year. Note that you can run this wizard many times for the same fiscal year.

View File

@ -6,7 +6,7 @@
<field name="name">account.period.close.form</field> <field name="name">account.period.close.form</field>
<field name="model">account.period.close</field> <field name="model">account.period.close</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Close Period" version="7.0"> <form string="Close Period">
<group string="Are you sure?"> <group string="Are you sure?">
<field name="sure"/> <field name="sure"/>
</group> </group>

View File

@ -5,7 +5,7 @@
<field name="name">Partner Reconcilation Process</field> <field name="name">Partner Reconcilation Process</field>
<field name="model">account.partner.reconcile.process</field> <field name="model">account.partner.reconcile.process</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Partner Reconciliation" version="7.0"> <form string="Partner Reconciliation">
<group col="4"> <group col="4">
<field name="next_partner_id"/> <field name="next_partner_id"/>
<field name="progress" widget="progressbar" colspan="4"/> <field name="progress" widget="progressbar" colspan="4"/>

View File

@ -6,7 +6,7 @@
<field name="name">account.move.line.reconcile.full.form</field> <field name="name">account.move.line.reconcile.full.form</field>
<field name="model">account.move.line.reconcile</field> <field name="model">account.move.line.reconcile</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Reconciliation" version="7.0"> <form string="Reconciliation">
<group col="4" string="Reconciliation Transactions"> <group col="4" string="Reconciliation Transactions">
<field name="trans_nbr"/> <field name="trans_nbr"/>
<newline/> <newline/>
@ -48,7 +48,7 @@
<field name="name">account.move.line.reconcile.writeoff.form</field> <field name="name">account.move.line.reconcile.writeoff.form</field>
<field name="model">account.move.line.reconcile.writeoff</field> <field name="model">account.move.line.reconcile.writeoff</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Information addendum" version="7.0"> <form string="Information addendum">
<header> <header>
<button string="Reconcile" name="trans_rec_reconcile" type="object" default_focus="1" class="oe_highlight"/> <button string="Reconcile" name="trans_rec_reconcile" type="object" default_focus="1" class="oe_highlight"/>
or or

View File

@ -7,7 +7,7 @@
<field name="model">account.aged.trial.balance</field> <field name="model">account.aged.trial.balance</field>
<!--<field name="inherit_id" ref="account_common_report_view" />--> <!--<field name="inherit_id" ref="account_common_report_view" />-->
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Report Options" version="7.0"> <form string="Report Options">
<separator string="Aged Partner Balance"/> <separator string="Aged Partner Balance"/>
<label string="Aged Partner Balance is a more detailed report of your receivables by intervals. When opening that report, OpenERP asks for the name of the company, the fiscal period and the size of the interval to be analyzed (in days). OpenERP then calculates a table of credit balance by period. So if you request an interval of 30 days OpenERP generates an analysis of creditors for the past month, past two months, and so on. "/> <label string="Aged Partner Balance is a more detailed report of your receivables by intervals. When opening that report, OpenERP asks for the name of the company, the fiscal period and the size of the interval to be analyzed (in days). OpenERP then calculates a table of credit balance by period. So if you request an interval of 30 days OpenERP generates an analysis of creditors for the past month, past two months, and so on. "/>
<group col="4"> <group col="4">

View File

@ -6,7 +6,7 @@
<field name="name">Common Report</field> <field name="name">Common Report</field>
<field name="model">account.common.report</field> <field name="model">account.common.report</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Report Options" version="7.0"> <form string="Report Options">
<label string=""/> <!-- binding for inherited views --> <label string=""/> <!-- binding for inherited views -->
<group col="4"> <group col="4">
<field name="chart_account_id" widget='selection' on_change="onchange_chart_id(chart_account_id, context)"/> <field name="chart_account_id" widget='selection' on_change="onchange_chart_id(chart_account_id, context)"/>

View File

@ -6,7 +6,7 @@
<field name="name">Account State Open</field> <field name="name">Account State Open</field>
<field name="model">account.state.open</field> <field name="model">account.state.open</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Open Invoice" version="7.0"> <form string="Open Invoice">
<label string="Are you sure you want to open this invoice ?"/> <label string="Are you sure you want to open this invoice ?"/>
<newline/> <newline/>
<label string="(Invoice should be unreconciled if you want to open it)"/> <label string="(Invoice should be unreconciled if you want to open it)"/>

View File

@ -5,7 +5,7 @@
<field name="name">account.statement.from.invoice.lines.form</field> <field name="name">account.statement.from.invoice.lines.form</field>
<field name="model">account.statement.from.invoice.lines</field> <field name="model">account.statement.from.invoice.lines</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Import Entries" version="7.0"> <form string="Import Entries">
<separator string="Payable and Receivables"/> <separator string="Payable and Receivables"/>
<field height="300" width="700" name="line_ids" domain="[('account_id.type','in',['receivable','payable']),('reconcile_id','=',False), ('reconcile_partial_id','=',False), ('state', '=', 'valid')]"/> <field height="300" width="700" name="line_ids" domain="[('account_id.type','in',['receivable','payable']),('reconcile_id','=',False), ('reconcile_partial_id','=',False), ('state', '=', 'valid')]"/>
<footer> <footer>

View File

@ -6,7 +6,7 @@
<field name="name">account.subscription.generate.form</field> <field name="name">account.subscription.generate.form</field>
<field name="model">account.subscription.generate</field> <field name="model">account.subscription.generate</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Subscription Compute" version="7.0"> <form string="Subscription Compute">
<group> <group>
<field name="date"/> <field name="date"/>
</group> </group>

View File

@ -6,7 +6,7 @@
<field name="name">account.tax.chart.form</field> <field name="name">account.tax.chart.form</field>
<field name="model">account.tax.chart</field> <field name="model">account.tax.chart</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Account tax charts" version="7.0"> <form string="Account tax charts">
<group> <group>
<label for="period_id"/> <label for="period_id"/>
<div> <div>

View File

@ -6,7 +6,7 @@
<field name="name">Unreconcile Entries</field> <field name="name">Unreconcile Entries</field>
<field name="model">account.unreconcile</field> <field name="model">account.unreconcile</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Unreconcile" version="7.0"> <form string="Unreconcile">
<separator string="Unreconcile Transactions"/> <separator string="Unreconcile Transactions"/>
<label string="If you unreconcile transactions, you must also verify all the actions that are linked to those transactions because they will not be disabled"/> <label string="If you unreconcile transactions, you must also verify all the actions that are linked to those transactions because they will not be disabled"/>
<footer> <footer>
@ -40,7 +40,7 @@
<field name="name">Unreconcile Entries</field> <field name="name">Unreconcile Entries</field>
<field name="model">account.unreconcile.reconcile</field> <field name="model">account.unreconcile.reconcile</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Unreconciliation" version="7.0"> <form string="Unreconciliation">
<header> <header>
<button icon="gtk-ok" string="Unreconcile" name="trans_unrec_reconcile" type="object" default_focus="1" class="oe_highlight" /> <button icon="gtk-ok" string="Unreconcile" name="trans_unrec_reconcile" type="object" default_focus="1" class="oe_highlight" />
</header> </header>

View File

@ -6,7 +6,7 @@
<field name="name">account.use.model.form</field> <field name="name">account.use.model.form</field>
<field name="model">account.use.model</field> <field name="model">account.use.model</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">
<group> <group>
<field name="model"/> <field name="model"/>
</group> </group>
@ -23,7 +23,7 @@
<field name="name">account.use.model.create.entry.form</field> <field name="name">account.use.model.create.entry.form</field>
<field name="model">account.use.model</field> <field name="model">account.use.model</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Use Model" version="7.0"> <form string="Use Model">
<label string = "Are you sure you want to create entries?"/> <label string = "Are you sure you want to create entries?"/>
<footer> <footer>
<button string="Ok" name="create_entries" type="object" default_focus='1' class="oe_highlight"/> <button string="Ok" name="create_entries" type="object" default_focus='1' class="oe_highlight"/>

View File

@ -7,7 +7,7 @@
<field name="name">Post Journal Entries</field> <field name="name">Post Journal Entries</field>
<field name="model">validate.account.move</field> <field name="model">validate.account.move</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Post Journal Entries" version="7.0"> <form string="Post Journal Entries">
<group> <group>
<field name="journal_ids"/> <field name="journal_ids"/>
<field name="period_ids"/> <field name="period_ids"/>
@ -43,7 +43,7 @@
<field name="name">Post Journal Entries</field> <field name="name">Post Journal Entries</field>
<field name="model">validate.account.move.lines</field> <field name="model">validate.account.move.lines</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Post Journal Entries" version="7.0"> <form string="Post Journal Entries">
<separator string="Post Journal Entries"/> <separator string="Post Journal Entries"/>
<label string="All selected journal entries will be validated and posted. It means you won't be able to modify their accounting fields anymore."/> <label string="All selected journal entries will be validated and posted. It means you won't be able to modify their accounting fields anymore."/>
<footer> <footer>

View File

@ -6,7 +6,7 @@
<field name="name">Account Tax Declaration</field> <field name="name">Account Tax Declaration</field>
<field name="model">account.vat.declaration</field> <field name="model">account.vat.declaration</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Taxes Report" version="7.0"> <form string="Taxes Report">
<label colspan="4" string="This menu prints a tax 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 tax declaration based on invoices or payments. Select one or several periods of the fiscal year. The information required for a tax declaration is automatically generated by OpenERP from invoices (or payments, in some countries). This data is updated in real time. Thats very useful because it enables you to preview at any time the tax that you owe at the start and end of the month or quarter."/>
<group string="Taxes Report" col="4"> <group string="Taxes Report" col="4">
<field name="chart_tax_id" widget='selection'/> <field name="chart_tax_id" widget='selection'/>

View File

@ -5,7 +5,7 @@
<field name="name">cash_box_in</field> <field name="name">cash_box_in</field>
<field name="model">cash.box.in</field> <field name="model">cash.box.in</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Put Money In" version="7.0"> <form string="Put Money In">
<separator string="Fill in this form if you put money in the cash register:" colspan="4" /> <separator string="Fill in this form if you put money in the cash register:" colspan="4" />
<group> <group>
<field name="name" class="oe_inline"/> <field name="name" class="oe_inline"/>
@ -33,7 +33,7 @@
<field name="name">cash_box_out</field> <field name="name">cash_box_out</field>
<field name="model">cash.box.out</field> <field name="model">cash.box.out</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Take Money Out" version="7.0"> <form string="Take Money Out">
<separator string="Describe why you take money from the cash register:"/> <separator string="Describe why you take money from the cash register:"/>
<group> <group>
<field name="name" class="oe_inline"/> <field name="name" class="oe_inline"/>

View File

@ -23,7 +23,7 @@
<field name="inherit_id" ref="analytic.view_account_analytic_account_form"/> <field name="inherit_id" ref="analytic.view_account_analytic_account_form"/>
<field eval="40" name="priority"/> <field eval="40" name="priority"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr='//div[@name="duration"]' position="after" version="7.0"> <xpath expr='//div[@name="duration"]' position="after">
<label for="quantity_max"/> <label for="quantity_max"/>
<div> <div>
<field name="quantity_max"/> <field name="quantity_max"/>

View File

@ -22,7 +22,7 @@
<field name="name">account.analytic.default.form</field> <field name="name">account.analytic.default.form</field>
<field name="model">account.analytic.default</field> <field name="model">account.analytic.default</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Analytic Defaults" version="7.0"> <form string="Analytic Defaults">
<group col="4"> <group col="4">
<field name="analytic_id" required="1" groups="analytic.group_analytic_accounting"/> <field name="analytic_id" required="1" groups="analytic.group_analytic_accounting"/>
<field name="sequence"/> <field name="sequence"/>

View File

@ -70,7 +70,7 @@
<field name="name">account.analytic.plan.instance.form</field> <field name="name">account.analytic.plan.instance.form</field>
<field name="model">account.analytic.plan.instance</field> <field name="model">account.analytic.plan.instance</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Analytic Distribution" version="7.0"> <form string="Analytic Distribution">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="code"/> <field name="code"/>
@ -82,7 +82,7 @@
<field name="rate"/> <field name="rate"/>
<field name="analytic_account_id" groups="analytic.group_analytic_accounting"/> <field name="analytic_account_id" groups="analytic.group_analytic_accounting"/>
</tree> </tree>
<form string="Analytic Distribution" version="7.0"> <form string="Analytic Distribution">
<field name="rate"/> <field name="rate"/>
<field name="analytic_account_id" groups="analytic.group_analytic_accounting"/> <field name="analytic_account_id" groups="analytic.group_analytic_accounting"/>
</form> </form>
@ -124,7 +124,7 @@
<field name="name">account.analytic.plan.instance.line.form</field> <field name="name">account.analytic.plan.instance.line.form</field>
<field name="model">account.analytic.plan.instance.line</field> <field name="model">account.analytic.plan.instance.line</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Analytic Distribution Line" version="7.0"> <form string="Analytic Distribution Line">
<group col="4"> <group col="4">
<field name="plan_id"/> <field name="plan_id"/>
<field name="analytic_account_id" groups="analytic.group_analytic_accounting"/> <field name="analytic_account_id" groups="analytic.group_analytic_accounting"/>
@ -160,7 +160,7 @@
<field name="name">account.analytic.plan.form</field> <field name="name">account.analytic.plan.form</field>
<field name="model">account.analytic.plan</field> <field name="model">account.analytic.plan</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Analytic Plan" version="7.0"> <form string="Analytic Plan">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="default_instance_id"/> <field name="default_instance_id"/>
@ -204,7 +204,7 @@
<field name="name">account.analytic.plan.line.form</field> <field name="name">account.analytic.plan.line.form</field>
<field name="model">account.analytic.plan.line</field> <field name="model">account.analytic.plan.line</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Analytic Plan Line" version="7.0"> <form string="Analytic Plan Line">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="sequence"/> <field name="sequence"/>

View File

@ -6,7 +6,7 @@
<field name="name">account.crossovered.analytic.form</field> <field name="name">account.crossovered.analytic.form</field>
<field name="model">account.crossovered.analytic</field> <field name="model">account.crossovered.analytic</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Crossovered Analytic" version="7.0"> <form string="Crossovered Analytic">
<group col="4"> <group col="4">
<field name="date1"/> <field name="date1"/>
<field name="date2"/> <field name="date2"/>

View File

@ -5,7 +5,7 @@
<field name="name">analytic.plan.create.model.msg.form</field> <field name="name">analytic.plan.create.model.msg.form</field>
<field name="model">analytic.plan.create.model</field> <field name="model">analytic.plan.create.model</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Distribution Model Saved" version="7.0"> <form string="Distribution Model Saved">
<label string="Save This Distribution as a Model"/> <label string="Save This Distribution as a Model"/>
<footer> <footer>
<button string="Ok" type="object" name="activate" default_focus="1" class="oe_highlight"/> <button string="Ok" type="object" name="activate" default_focus="1" class="oe_highlight"/>
@ -20,7 +20,7 @@
<field name="name">analytic.plan.create.model.form</field> <field name="name">analytic.plan.create.model.form</field>
<field name="model">analytic.plan.create.model</field> <field name="model">analytic.plan.create.model</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Distribution Model Saved" version="7.0"> <form string="Distribution Model Saved">
<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

@ -9,7 +9,7 @@
<field name="name">account.asset.category.form</field> <field name="name">account.asset.category.form</field>
<field name="model">account.asset.category</field> <field name="model">account.asset.category</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Asset category" version="7.0"> <form string="Asset category">
<group> <group>
<group> <group>
<field name="name"/> <field name="name"/>
@ -75,7 +75,7 @@
<field name="name">account.asset.asset.form</field> <field name="name">account.asset.asset.form</field>
<field name="model">account.asset.asset</field> <field name="model">account.asset.asset</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Asset" version="7.0"> <form string="Asset">
<header> <header>
<button name="validate" states="draft" string="Confirm Asset" type="object" class="oe_highlight"/> <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" class="oe_highlight"/> <button name="set_to_close" states="open" string="Set to Close" type="object" class="oe_highlight"/>
@ -238,7 +238,7 @@
<field name="name">account.asset.history.form</field> <field name="name">account.asset.history.form</field>
<field name="model">account.asset.history</field> <field name="model">account.asset.history</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Asset History" version="7.0"> <form string="Asset History">
<group> <group>
<group> <group>
<field name="name"/> <field name="name"/>

View File

@ -6,7 +6,7 @@
<field name="name">wizard.asset.modify.form</field> <field name="name">wizard.asset.modify.form</field>
<field name="model">asset.modify</field> <field name="model">asset.modify</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Modify Asset" version="7.0"> <form string="Modify Asset">
<group string="Asset Durations to Modify" col="4"> <group string="Asset Durations to Modify" col="4">
<group colspan="2" col="2"> <group colspan="2" col="2">
<field name="name"/> <field name="name"/>

View File

@ -5,7 +5,7 @@
<field name="name">asset.depreciation.confirmation.wizard</field> <field name="name">asset.depreciation.confirmation.wizard</field>
<field name="model">asset.depreciation.confirmation.wizard</field> <field name="model">asset.depreciation.confirmation.wizard</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Compute Asset" version="7.0"> <form string="Compute Asset">
<group> <group>
<field name="period_id"/> <field name="period_id"/>
</group> </group>

View File

@ -8,7 +8,7 @@
<field name="name">statement.line.global.form</field> <field name="name">statement.line.global.form</field>
<field name="model">account.bank.statement.line.global</field> <field name="model">account.bank.statement.line.global</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Batch Payment Info" version="7.0"> <form string="Batch Payment Info">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="amount"/> <field name="amount"/>
@ -78,7 +78,7 @@
<field name="name">bank.statement.line.form</field> <field name="name">bank.statement.line.form</field>
<field name="model">account.bank.statement.line</field> <field name="model">account.bank.statement.line</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Statement Line" version="7.0"> <form string="Statement Line">
<group col="4"> <group col="4">
<field name="statement_id"/> <field name="statement_id"/>
<field name="journal_id"/> <field name="journal_id"/>

View File

@ -8,7 +8,7 @@
<field name="name">cancel.statement.line.form</field> <field name="name">cancel.statement.line.form</field>
<field name="model">cancel.statement.line</field> <field name="model">cancel.statement.line</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Cancel selected statement lines" version="7.0"> <form string="Cancel selected statement lines">
<header> <header>
<button icon="gtk-execute" string="Cancel Lines" name="cancel_lines" type="object"/> <button icon="gtk-execute" string="Cancel Lines" name="cancel_lines" type="object"/>
</header> </header>

View File

@ -8,7 +8,7 @@
<field name="name">confirm.statement.line.form</field> <field name="name">confirm.statement.line.form</field>
<field name="model">confirm.statement.line</field> <field name="model">confirm.statement.line</field>
<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">
<header> <header>
<button string="Confirm Lines" name="confirm_lines" type="object" class="oe_highlight"/> <button string="Confirm Lines" name="confirm_lines" type="object" class="oe_highlight"/>
or or

View File

@ -46,7 +46,7 @@
<field name="name">account.budget.post.form.inherit</field> <field name="name">account.budget.post.form.inherit</field>
<field name="model">account.budget.post</field> <field name="model">account.budget.post</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Budgetary Position" version="7.0"> <form string="Budgetary Position">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="code"/> <field name="code"/>
@ -69,7 +69,7 @@
<field name="theoritical_amount" sum="Theoretical Amount"/> <field name="theoritical_amount" sum="Theoretical Amount"/>
<field name="percentage"/> <field name="percentage"/>
</tree> </tree>
<form string="Budget Lines" version="7.0"> <form string="Budget Lines">
<group col="4"> <group col="4">
<field name="crossovered_budget_id"/> <field name="crossovered_budget_id"/>
<field name="analytic_account_id" groups="analytic.group_analytic_accounting"/> <field name="analytic_account_id" groups="analytic.group_analytic_accounting"/>
@ -93,7 +93,7 @@
<field name="name">crossovered.budget.view.form</field> <field name="name">crossovered.budget.view.form</field>
<field name="model">crossovered.budget</field> <field name="model">crossovered.budget</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Budget" version="7.0"> <form string="Budget">
<header> <header>
<button string="Confirm" name="confirm" states="draft" type="workflow" class="oe_highlight"/> <button string="Confirm" name="confirm" states="draft" type="workflow" class="oe_highlight"/>
<button string="Approve" name="validate" states="confirm" type="workflow" class="oe_highlight"/> <button string="Approve" name="validate" states="confirm" type="workflow" class="oe_highlight"/>
@ -138,7 +138,7 @@
<field name="theoritical_amount" sum="Theoretical Amount"/> <field name="theoritical_amount" sum="Theoretical Amount"/>
<field name="percentage"/> <field name="percentage"/>
</tree> </tree>
<form string="Budget Lines" version="7.0"> <form string="Budget Lines">
<group> <group>
<group> <group>
<field name="analytic_account_id" groups="analytic.group_analytic_accounting"/> <field name="analytic_account_id" groups="analytic.group_analytic_accounting"/>
@ -255,7 +255,7 @@
<field name="name">crossovered.budget.line.form</field> <field name="name">crossovered.budget.line.form</field>
<field name="model">crossovered.budget.lines</field> <field name="model">crossovered.budget.lines</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Budget Lines" version="7.0"> <form string="Budget Lines">
<sheet> <sheet>
<group col="4"> <group col="4">
<field name="crossovered_budget_id"/> <field name="crossovered_budget_id"/>

View File

@ -6,7 +6,7 @@
<field name="name">account.budget.analytic.form</field> <field name="name">account.budget.analytic.form</field>
<field name="model">account.budget.analytic</field> <field name="model">account.budget.analytic</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Select Dates Period" version="7.0"> <form string="Select Dates Period">
<group string="This wizard is used to print budget" col="4"> <group string="This wizard is used to print budget" col="4">
<field name="date_from"/> <field name="date_from"/>
<field name="date_to"/> <field name="date_to"/>

View File

@ -6,7 +6,7 @@
<field name="name">account.budget.crossvered.report.form</field> <field name="name">account.budget.crossvered.report.form</field>
<field name="model">account.budget.crossvered.report</field> <field name="model">account.budget.crossvered.report</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Select Dates Period" version="7.0"> <form string="Select Dates Period">
<group string="This wizard is used to print budget" col="4"> <group string="This wizard is used to print budget" col="4">
<field name="date_from"/> <field name="date_from"/>
<field name="date_to"/> <field name="date_to"/>

View File

@ -6,7 +6,7 @@
<field name="name">account.budget.crossvered.summary.report.form</field> <field name="name">account.budget.crossvered.summary.report.form</field>
<field name="model">account.budget.crossvered.summary.report</field> <field name="model">account.budget.crossvered.summary.report</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Select Dates Period" version="7.0"> <form string="Select Dates Period">
<group string="This wizard is used to print summary of budgets"> <group string="This wizard is used to print summary of budgets">
<field name="date_from"/> <field name="date_from"/>
<field name="date_to"/> <field name="date_to"/>

View File

@ -6,7 +6,7 @@
<field name="name">account.budget.report.form</field> <field name="name">account.budget.report.form</field>
<field name="model">account.budget.report</field> <field name="model">account.budget.report</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Select Dates Period" version="7.0"> <form string="Select Dates Period">
<group string="Print Budgets" col="4"> <group string="Print Budgets" col="4">
<field name="date_from"/> <field name="date_from"/>
<field name="date_to"/> <field name="date_to"/>

View File

@ -6,7 +6,7 @@
<field name="name">account.check.form</field> <field name="name">account.check.form</field>
<field name="model">account.check.write</field> <field name="model">account.check.write</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Check" version="7.0"> <form string="Check">
<group col="4"> <group col="4">
<field name="check_number"/> <field name="check_number"/>
</group> </group>

View File

@ -78,7 +78,7 @@
<field name="model">res.partner</field> <field name="model">res.partner</field>
<field name="groups_id" eval="[(4, ref('account.group_account_invoice'))]"/> <field name="groups_id" eval="[(4, ref('account.group_account_invoice'))]"/>
<field name="arch" type="xml" > <field name="arch" type="xml" >
<page string="Accounting" position="before" version="7.0"> <page string="Accounting" position="before">
<page string="Payment Follow-up" groups="account.group_account_invoice" name="followup_tab"> <page string="Payment Follow-up" groups="account.group_account_invoice" name="followup_tab">
<div class="oe_right oe_button_box" name="followup_button"> <div class="oe_right oe_button_box" name="followup_button">
<button name="do_button_print" type="object" string="Print Overdue Payments" groups="account.group_account_user" <button name="do_button_print" type="object" string="Print Overdue Payments" groups="account.group_account_user"

View File

@ -19,7 +19,7 @@
<field name="name">account_followup.followup.line.form</field> <field name="name">account_followup.followup.line.form</field>
<field name="model">account_followup.followup.line</field> <field name="model">account_followup.followup.line</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Follow-up Steps" version="7.0"> <form string="Follow-up Steps">
<label for="name" class="oe_edit_only"/> <label for="name" class="oe_edit_only"/>
<h1><field name="name"/></h1> <h1><field name="name"/></h1>
<div class="oe_inline"> <div class="oe_inline">
@ -70,7 +70,7 @@
<field name="name">account_followup.followup.form</field> <field name="name">account_followup.followup.form</field>
<field name="model">account_followup.followup</field> <field name="model">account_followup.followup</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Follow-up" version="7.0"> <form string="Follow-up">
<h1><field name="name"/></h1> <h1><field name="name"/></h1>
<label for="company_id" groups="base.group_multi_company"/> <label for="company_id" groups="base.group_multi_company"/>
<field name="company_id" widget="selection" class="oe_inline" groups="base.group_multi_company"/> <field name="company_id" widget="selection" class="oe_inline" groups="base.group_multi_company"/>

View File

@ -6,7 +6,7 @@
<field name="name">account.followup.print.form</field> <field name="name">account.followup.print.form</field>
<field name="model">account_followup.print</field> <field name="model">account_followup.print</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Send follow-ups" version="7.0"> <form string="Send follow-ups">
<group col="4"> <group col="4">
<field name="followup_id" groups="base.group_multi_company"/> <field name="followup_id" groups="base.group_multi_company"/>
<field name="date" groups="base.group_no_one"/> <field name="date" groups="base.group_no_one"/>
@ -72,7 +72,7 @@
<field name="name">account_followup.sending.results.form</field> <field name="name">account_followup.sending.results.form</field>
<field name="model">account_followup.sending.results</field> <field name="model">account_followup.sending.results</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Summary of actions" version="7.0"> <form string="Summary of actions">
<header> <header>
<field name="description" widget="html" class="oe_view_only"/> <field name="description" widget="html" class="oe_view_only"/>
</header> </header>

View File

@ -35,7 +35,7 @@
<field name="name">payment.mode.form</field> <field name="name">payment.mode.form</field>
<field name="model">payment.mode</field> <field name="model">payment.mode</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Payment Mode" version="7.0"> <form string="Payment Mode">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="journal"/> <field name="journal"/>
@ -60,7 +60,7 @@
<field name="name">payment.order.form</field> <field name="name">payment.order.form</field>
<field name="model">payment.order</field> <field name="model">payment.order</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Payment Order" version="7.0"> <form string="Payment Order">
<header> <header>
<button name="open" states="draft" string="Confirm Payments" class="oe_highlight"/> <button name="open" states="draft" string="Confirm Payments" class="oe_highlight"/>
<button name="set_done" states="open" string="Make Payments" type="object" class="oe_highlight"/> <button name="set_done" states="open" string="Make Payments" type="object" class="oe_highlight"/>
@ -89,7 +89,7 @@
</group> </group>
</group> </group>
<field name="line_ids" context="{'order_id': active_id or False}" > <field name="line_ids" context="{'order_id': active_id or False}" >
<form string="Payment Line" version="7.0"> <form string="Payment Line">
<notebook> <notebook>
<page string="Payment"> <page string="Payment">
<group col="4"> <group col="4">
@ -214,7 +214,7 @@
<field name="name">Payment Line</field> <field name="name">Payment Line</field>
<field name="model">payment.line</field> <field name="model">payment.line</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Payment Line" version="7.0"> <form string="Payment Line">
<notebook> <notebook>
<page string="Payment"> <page string="Payment">
<group col="4"> <group col="4">

View File

@ -6,7 +6,7 @@
<field name="name">payment.order.create.form</field> <field name="name">payment.order.create.form</field>
<field name="model">payment.order.create</field> <field name="model">payment.order.create</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Search Payment lines" version="7.0"> <form string="Search Payment lines">
<group> <group>
<field name="duedate" /> <field name="duedate" />
</group> </group>
@ -23,7 +23,7 @@
<field name="name">payment.order.create.form</field> <field name="name">payment.order.create.form</field>
<field name="model">payment.order.create</field> <field name="model">payment.order.create</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Search Payment lines" version="7.0"> <form string="Search Payment lines">
<group string="Entries"> <group string="Entries">
<field name="entries"/> <field name="entries"/>
</group> </group>

View File

@ -6,7 +6,7 @@
<field name="name">account.payment.make.payment.form</field> <field name="name">account.payment.make.payment.form</field>
<field name="model">account.payment.make.payment</field> <field name="model">account.payment.make.payment</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Make Payment" version="7.0"> <form string="Make Payment">
<separator string="Are you sure you want to make payment?"/> <separator string="Are you sure you want to make payment?"/>
<footer> <footer>
<button name="launch_wizard" string="Yes" type="object" default_focus="1" class="oe_highlight"/> <button name="launch_wizard" string="Yes" type="object" default_focus="1" class="oe_highlight"/>

View File

@ -6,7 +6,7 @@
<field name="name">Payment Populate statement</field> <field name="name">Payment Populate statement</field>
<field name="model">account.payment.populate.statement</field> <field name="model">account.payment.populate.statement</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Populate Statement:" version="7.0"> <form string="Populate Statement:">
<group> <group>
<field name="lines" nolabel="1"/> <field name="lines" nolabel="1"/>
</group> </group>

View File

@ -18,7 +18,7 @@
<field name="name">Tests</field> <field name="name">Tests</field>
<field name="model">accounting.assert.test</field> <field name="model">accounting.assert.test</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Tests" version="7.0"> <form string="Tests">
<sheet> <sheet>
<group> <group>
<group> <group>

View File

@ -23,7 +23,7 @@
<field name="name">account.voucher.line.form</field> <field name="name">account.voucher.line.form</field>
<field name="model">account.voucher.line</field> <field name="model">account.voucher.line</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Voucher Lines" version="7.0"> <form string="Voucher Lines">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="account_id"/> <field name="account_id"/>
@ -40,7 +40,7 @@
<field name="name">account.voucher.form</field> <field name="name">account.voucher.form</field>
<field name="model">account.voucher</field> <field name="model">account.voucher</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Accounting Voucher" version="7.0"> <form string="Accounting Voucher">
<header> <header>
<button name="proforma_voucher" string="Post" states="draft" class="oe_highlight"/> <button name="proforma_voucher" string="Post" states="draft" class="oe_highlight"/>
<button name="cancel_voucher" string="Cancel Voucher" type="object" states="posted" confirm="Are you sure you want to unreconcile this record?"/> <button name="cancel_voucher" string="Cancel Voucher" type="object" states="posted" confirm="Are you sure you want to unreconcile this record?"/>

View File

@ -54,7 +54,7 @@
<field name="model">account.voucher</field> <field name="model">account.voucher</field>
<field name="priority">1</field> <field name="priority">1</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Bill Payment" version="7.0"> <form string="Bill Payment">
<group col="6"> <group col="6">
<field name="partner_id" required="1" on_change="onchange_partner_id(partner_id, journal_id, amount, currency_id, type, date, context)" string="Supplier" context="{'default_customer': 0, 'search_default_supplier': 1, 'default_supplier': 1, 'invoice_currency': currency_id}"/> <field name="partner_id" required="1" on_change="onchange_partner_id(partner_id, journal_id, amount, currency_id, type, date, context)" string="Supplier" context="{'default_customer': 0, 'search_default_supplier': 1, 'default_supplier': 1, 'invoice_currency': currency_id}"/>
<field name="state" invisible="1"/> <field name="state" invisible="1"/>
@ -127,7 +127,7 @@
<field name="name">account.voucher.payment.form</field> <field name="name">account.voucher.payment.form</field>
<field name="model">account.voucher</field> <field name="model">account.voucher</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Voucher Payment" version="7.0"> <form string="Voucher Payment">
<header> <header>
<button name="proforma_voucher" string="Validate" states="draft" invisible="context.get('line_type', False)" class="oe_highlight"/> <button name="proforma_voucher" string="Validate" states="draft" invisible="context.get('line_type', False)" class="oe_highlight"/>
<button name="cancel_voucher" string="Cancel Voucher" states="draft,proforma" invisible="context.get('line_type', False)"/> <button name="cancel_voucher" string="Cancel Voucher" states="draft,proforma" invisible="context.get('line_type', False)"/>
@ -296,7 +296,7 @@
<field name="model">account.voucher</field> <field name="model">account.voucher</field>
<field name="priority">30</field> <field name="priority">30</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Payment" version="7.0"> <form string="Payment">
<group> <group>
<group> <group>
<field name="state" invisible="1"/> <field name="state" invisible="1"/>
@ -407,7 +407,7 @@
<field name="name">account.voucher.receipt.form</field> <field name="name">account.voucher.receipt.form</field>
<field name="model">account.voucher</field> <field name="model">account.voucher</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Receipt" version="7.0"> <form string="Receipt">
<header invisible="context.get('line_type', False)"> <header invisible="context.get('line_type', False)">
<button name="proforma_voucher" string="Validate" states="draft" class="oe_highlight"/> <button name="proforma_voucher" string="Validate" states="draft" class="oe_highlight"/>
<button name="cancel_voucher" string="Cancel Receipt" states="draft,proforma"/> <button name="cancel_voucher" string="Cancel Receipt" states="draft,proforma"/>

View File

@ -59,7 +59,7 @@
<field name="name">account.voucher.sale.form</field> <field name="name">account.voucher.sale.form</field>
<field name="model">account.voucher</field> <field name="model">account.voucher</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Sales Receipt" version="7.0"> <form string="Sales Receipt">
<header> <header>
<button name="proforma_voucher" string="Validate" states="draft" class="oe_highlight"/> <button name="proforma_voucher" string="Validate" states="draft" class="oe_highlight"/>
<button name="%(act_pay_voucher)d" context="{'narration':narration, 'title':'Customer Payment', 'type':'receipt', 'partner_id':partner_id, 'reference':reference, 'amount':amount}" type="action" string="Validate Payment" attrs="{'invisible':['|',('pay_now','=','pay_now'),'|',('state','=','draft'), ('paid','=',True)]}" class="oe_highlight"/> <button name="%(act_pay_voucher)d" context="{'narration':narration, 'title':'Customer Payment', 'type':'receipt', 'partner_id':partner_id, 'reference':reference, 'amount':amount}" type="action" string="Validate Payment" attrs="{'invisible':['|',('pay_now','=','pay_now'),'|',('state','=','draft'), ('paid','=',True)]}" class="oe_highlight"/>
@ -208,7 +208,7 @@
<field name="name">account.voucher.purchase.form</field> <field name="name">account.voucher.purchase.form</field>
<field name="model">account.voucher</field> <field name="model">account.voucher</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Purchase Voucher" version="7.0"> <form string="Purchase Voucher">
<header> <header>
<button name="proforma_voucher" string="Validate" states="draft" class="oe_highlight"/> <button name="proforma_voucher" string="Validate" states="draft" class="oe_highlight"/>
<button name="%(act_pay_bills)d" context="{'narration':narration, 'title':'Bill Payment', 'type':'payment', 'partner_id': partner_id, 'reference':reference}" type="action" string="Pay Bill" attrs="{'invisible':['|',('pay_now','=','pay_now'),'|',('state','=','draft'), ('paid','=',True)]}" class="oe_highlight"/> <button name="%(act_pay_bills)d" context="{'narration':narration, 'title':'Bill Payment', 'type':'payment', 'partner_id': partner_id, 'reference':reference}" type="action" string="Pay Bill" attrs="{'invisible':['|',('pay_now','=','pay_now'),'|',('state','=','draft'), ('paid','=',True)]}" class="oe_highlight"/>

View File

@ -6,7 +6,7 @@
<field name="name">analytic.analytic.account.form</field> <field name="name">analytic.analytic.account.form</field>
<field name="model">account.analytic.account</field> <field name="model">account.analytic.account</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Analytic Account" version="7.0"> <form string="Analytic Account">
<sheet string="Analytic Account"> <sheet string="Analytic Account">
<div class="oe_right oe_button_box" name="buttons"> <div class="oe_right oe_button_box" name="buttons">
</div> </div>

View File

@ -8,7 +8,7 @@
<field name="name">ir.model.fields.anonymization.form</field> <field name="name">ir.model.fields.anonymization.form</field>
<field name="model">ir.model.fields.anonymization</field> <field name="model">ir.model.fields.anonymization</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Anonymized Field" version="7.0"> <form string="Anonymized Field">
<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)" />
@ -53,7 +53,7 @@
<field name="name">ir.model.fields.anonymize.wizard.form</field> <field name="name">ir.model.fields.anonymize.wizard.form</field>
<field name="model">ir.model.fields.anonymize.wizard</field> <field name="model">ir.model.fields.anonymize.wizard</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Database Anonymization" version="7.0"> <form string="Database Anonymization">
<header> <header>
<button name="anonymize_database" <button name="anonymize_database"
string="Anonymize Database" string="Anonymize Database"
@ -98,7 +98,7 @@
<field name="name">ir.model.fields.anonymization.history.form</field> <field name="name">ir.model.fields.anonymization.history.form</field>
<field name="model">ir.model.fields.anonymization.history</field> <field name="model">ir.model.fields.anonymization.history</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Anonymization History" version="7.0"> <form string="Anonymization History">
<sheet> <sheet>
<group col="4"> <group col="4">
<field name="date"/> <field name="date"/>

View File

@ -6,7 +6,7 @@
<field name="name">ldap.installer.form</field> <field name="name">ldap.installer.form</field>
<field name="model">res.company.ldap</field> <field name="model">res.company.ldap</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="LDAP Configuration" version="7.0"> <form string="LDAP Configuration">
<group> <group>
<field name="company"/> <field name="company"/>
<newline/> <newline/>

View File

@ -9,7 +9,7 @@
<xpath expr="//group[@name='account_grp']" position="after"> <xpath expr="//group[@name='account_grp']" position="after">
<group string="LDAP Parameters"> <group string="LDAP Parameters">
<field name="ldaps" nolabel="1" colspan="4"> <field name="ldaps" nolabel="1" colspan="4">
<form string="LDAP Configuration" version="7.0"> <form string="LDAP Configuration">
<group col="4"> <group col="4">
<field name="ldap_server"/> <field name="ldap_server"/>
<field name="ldap_server_port"/> <field name="ldap_server_port"/>

View File

@ -5,7 +5,7 @@
<field name="name">auth.oauth.provider.form</field> <field name="name">auth.oauth.provider.form</field>
<field name="model">auth.oauth.provider</field> <field name="model">auth.oauth.provider</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="arch" version="7.0"> <form string="arch">
<sheet> <sheet>
<group> <group>
<field name="name" /> <field name="name" />
@ -27,7 +27,7 @@
<field name="name">auth.oauth.provider.list</field> <field name="name">auth.oauth.provider.list</field>
<field name="model">auth.oauth.provider</field> <field name="model">auth.oauth.provider</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<tree string="arch" version="7.0"> <tree string="arch">
<field name="name" /> <field name="name" />
<field name="client_id" /> <field name="client_id" />
<field name="enabled" /> <field name="enabled" />

View File

@ -7,7 +7,7 @@
<field name="model">signup.signup</field> <field name="model">signup.signup</field>
<field name="type">form</field> <field name="type">form</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Signup" version="7.0"> <form string="Signup">
<field name="state" invisible="1"/> <field name="state" invisible="1"/>
<group colspan="4" states="draft,missmatch"> <group colspan="4" states="draft,missmatch">
<field name="name" required="1"/> <field name="name" required="1"/>

View File

@ -9,7 +9,7 @@
<field name="name">base.action.rule.form</field> <field name="name">base.action.rule.form</field>
<field name="model">base.action.rule</field> <field name="model">base.action.rule</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Action Rule" version="7.0"> <form string="Action Rule">
<sheet> <sheet>
<label for="name" class="oe_edit_only"/> <label for="name" class="oe_edit_only"/>
<h1><field name="name"/></h1> <h1><field name="name"/></h1>

View File

@ -5,7 +5,7 @@
<field name="name">base.gengo.translation.form</field> <field name="name">base.gengo.translation.form</field>
<field name="model">base.gengo.translations</field> <field name="model">base.gengo.translations</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Gengo Request Form" version="7.0"> <form string="Gengo Request Form">
<group> <group>
<field name="lang_id"/> <field name="lang_id"/>
</group> </group>

View File

@ -6,7 +6,7 @@
<field name="name">Import Module</field> <field name="name">Import Module</field>
<field name="model">base.import.module</field> <field name="model">base.import.module</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Import module" version="7.0"> <form string="Import module">
<field name="state" invisible="1"/> <field name="state" invisible="1"/>
<separator string="Import Module" colspan="4"/> <separator string="Import Module" colspan="4"/>
<group states="init" col="4"> <group states="init" col="4">

View File

@ -7,7 +7,7 @@
<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" version="7.0"> <form position="attributes">
<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">

View File

@ -6,7 +6,7 @@
<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="arch" type="xml"> <field name="arch" type="xml">
<form string="Get a report" version="7.0"> <form string="Get a report">
<group string="Select your report"> <group string="Select your report">
<field name="report_id"/> <field name="report_id"/>
</group> </group>

View File

@ -14,7 +14,7 @@
<field name="inherit_id" ref="base.res_config_view_base"/> <field name="inherit_id" ref="base.res_config_view_base"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<data> <data>
<form position="attributes" version="7.0"> <form position="attributes">
<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">

View File

@ -6,7 +6,7 @@
<field name="name">General Settings</field> <field name="name">General Settings</field>
<field name="model">base.config.settings</field> <field name="model">base.config.settings</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="General Settings" version="7.0" class="oe_form_configuration"> <form string="General Settings" class="oe_form_configuration">
<header> <header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/> <button string="Apply" type="object" name="execute" class="oe_highlight"/>
or or
@ -122,7 +122,7 @@
<field name="name">sale settings</field> <field name="name">sale settings</field>
<field name="model">sale.config.settings</field> <field name="model">sale.config.settings</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Configure Sales" version="7.0" class="oe_form_configuration"> <form string="Configure Sales" class="oe_form_configuration">
<header> <header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/> <button string="Apply" type="object" name="execute" class="oe_highlight"/>
or or

View File

@ -7,7 +7,7 @@
<field name="model">res.partner</field> <field name="model">res.partner</field>
<field name="inherit_id" ref="account.view_partner_property_form"/> <field name="inherit_id" ref="account.view_partner_property_form"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="property_account_position" position="after" version="7.0"> <field name="property_account_position" position="after">
<label for="vat"/> <label for="vat"/>
<div name="vat_info"> <div name="vat_info">
<field name="vat" on_change="vat_change(vat)" placeholder="e.g. BE0477472701" class="oe_inline"/> <field name="vat" on_change="vat_change(vat)" placeholder="e.g. BE0477472701" class="oe_inline"/>

View File

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

View File

@ -5,7 +5,7 @@
<field name="name">board.create.form</field> <field name="name">board.create.form</field>
<field name="model">board.create</field> <field name="model">board.create</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Create New Dashboard" version="7.0"> <form string="Create New Dashboard">
<group colspan="4"> <group colspan="4">
<field name="name"/> <field name="name"/>
<field name="menu_parent_id"/> <field name="menu_parent_id"/>

View File

@ -49,7 +49,7 @@
</div> </div>
</t> </t>
<t t-name="DashBoard.xml"> <t t-name="DashBoard.xml">
<form t-att-string="form_title" version="7.0"> <form t-att-string="form_title">
<board t-att-style="style"> <board t-att-style="style">
<column t-foreach="columns" t-as="column"> <column t-foreach="columns" t-as="column">
<action t-foreach="column" t-as="action" t-att="action"/> <action t-foreach="column" t-as="action" t-att="action"/>

View File

@ -11,7 +11,7 @@
<field name="name">res.alarm.form</field> <field name="name">res.alarm.form</field>
<field name="model">res.alarm</field> <field name="model">res.alarm</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Reminder details" version="7.0"> <form string="Reminder details">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="active"/> <field name="active"/>
@ -66,7 +66,7 @@
<field name="name">Event Form</field> <field name="name">Event Form</field>
<field name="model">calendar.event</field> <field name="model">calendar.event</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Events" version="7.0"> <form string="Events">
<header> <header>
<button name="do_confirm" string="Confirm" states="tentative,cancelled" type="object" class="oe_highlight"/> <button name="do_confirm" string="Confirm" states="tentative,cancelled" type="object" class="oe_highlight"/>
<button name="do_tentative" states="confirmed,cancelled" string="Uncertain" type="object" class="oe_highlight"/> <button name="do_tentative" states="confirmed,cancelled" string="Uncertain" type="object" class="oe_highlight"/>
@ -126,7 +126,7 @@
states="needs-action,tentative,accepted" states="needs-action,tentative,accepted"
type="object" icon="gtk-cancel"/> type="object" icon="gtk-cancel"/>
</tree> </tree>
<form string="Invitation details" version="7.0"> <form string="Invitation details">
<notebook colspan="4"> <notebook colspan="4">
<page string="Details"> <page string="Details">
<group col="4"> <group col="4">

View File

@ -29,7 +29,7 @@
<field name="model">calendar.event</field> <field name="model">calendar.event</field>
<field name="priority" eval="1"/> <field name="priority" eval="1"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Meetings" version="7.0"> <form string="Meetings">
<sheet> <sheet>
<field name="state" invisible="1"/> <field name="state" invisible="1"/>
<field name="is_attendee" invisible="1"/> <field name="is_attendee" invisible="1"/>
@ -170,7 +170,7 @@
<field name="model">calendar.event</field> <field name="model">calendar.event</field>
<field name="priority" eval="2"/> <field name="priority" eval="2"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Meetings" version="7.0"> <form string="Meetings">
<field name="state" invisible="1"/> <field name="state" invisible="1"/>
<field name="is_attendee" invisible="1"/> <field name="is_attendee" invisible="1"/>
<field name="attendee_status" invisible="1"/> <field name="attendee_status" invisible="1"/>

View File

@ -22,7 +22,7 @@
<field name='name'>base.partner.merge.automatic.wizard.form</field> <field name='name'>base.partner.merge.automatic.wizard.form</field>
<field name='model'>base.partner.merge.automatic.wizard</field> <field name='model'>base.partner.merge.automatic.wizard</field>
<field name='arch' type='xml'> <field name='arch' type='xml'>
<form string='Automatic Merge Wizard' version='7.0'> <form string='Automatic Merge Wizard'>
<header> <header>
<button name='merge_cb' string='Merge Selection' <button name='merge_cb' string='Merge Selection'
class='oe_highlight' class='oe_highlight'

View File

@ -90,7 +90,7 @@
<field name="name">CRM - Leads Form</field> <field name="name">CRM - Leads Form</field>
<field name="model">crm.lead</field> <field name="model">crm.lead</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Leads Form" version="7.0"> <form string="Leads Form">
<header> <header>
<button name="%(crm.action_crm_lead2opportunity_partner)d" string="Convert to Opportunity" type="action" <button name="%(crm.action_crm_lead2opportunity_partner)d" string="Convert to Opportunity" type="action"
help="Convert to Opportunity" class="oe_highlight"/> help="Convert to Opportunity" class="oe_highlight"/>
@ -380,7 +380,7 @@
<field name="model">crm.lead</field> <field name="model">crm.lead</field>
<field name="priority">20</field> <field name="priority">20</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Opportunities" version="7.0"> <form string="Opportunities">
<header> <header>
<button name="case_mark_won" string="Mark Won" type="object" class="oe_highlight"/> <button name="case_mark_won" string="Mark Won" type="object" class="oe_highlight"/>
<button name="case_mark_lost" string="Mark Lost" type="object" class="oe_highlight"/> <button name="case_mark_lost" string="Mark Lost" type="object" class="oe_highlight"/>

View File

@ -59,7 +59,7 @@
<field name="name">CRM - Phone Call Form</field> <field name="name">CRM - Phone Call Form</field>
<field name="model">crm.phonecall</field> <field name="model">crm.phonecall</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Phone Call" version="7.0"> <form string="Phone Call">
<header> <header>
<field name="state" nolabel="1" widget="statusbar" clickable="True"/> <field name="state" nolabel="1" widget="statusbar" clickable="True"/>
</header> </header>

View File

@ -41,7 +41,7 @@
<field name="name">crm.case.channel.form</field> <field name="name">crm.case.channel.form</field>
<field name="model">crm.case.channel</field> <field name="model">crm.case.channel</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Channel" version="7.0"> <form string="Channel">
<group> <group>
<field name="name"/> <field name="name"/>
<field name="active"/> <field name="active"/>
@ -92,7 +92,7 @@
<field name="model">crm.case.stage</field> <field name="model">crm.case.stage</field>
<field name="priority" eval="1"/> <field name="priority" eval="1"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Stage" version="7.0"> <form string="Stage">
<group> <group>
<group> <group>
<field name="name"/> <field name="name"/>
@ -130,7 +130,7 @@
<field name="name">crm.case.categ.form</field> <field name="name">crm.case.categ.form</field>
<field name="model">crm.case.categ</field> <field name="model">crm.case.categ</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Case Category" version="7.0"> <form string="Case Category">
<group> <group>
<field name="name"/> <field name="name"/>
<field name="section_id" groups="base.group_multi_salesteams"/> <field name="section_id" groups="base.group_multi_salesteams"/>
@ -172,7 +172,7 @@
<field name="name">crm.case.resource.type.form</field> <field name="name">crm.case.resource.type.form</field>
<field name="model">crm.case.resource.type</field> <field name="model">crm.case.resource.type</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Campaign" version="7.0"> <form string="Campaign">
<group> <group>
<field name="name"/> <field name="name"/>
<field name="section_id" groups="base.group_multi_salesteams"/> <field name="section_id" groups="base.group_multi_salesteams"/>
@ -218,7 +218,7 @@
<field name="name">crm.segmentation.line.form</field> <field name="name">crm.segmentation.line.form</field>
<field name="model">crm.segmentation.line</field> <field name="model">crm.segmentation.line</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Partner Segmentation Lines" version="7.0"> <form string="Partner Segmentation Lines">
<group col="4"> <group col="4">
<field colspan="4" name="name"/> <field colspan="4" name="name"/>
<group col="2" colspan="4"> <group col="2" colspan="4">
@ -238,7 +238,7 @@
<field name="name">crm.segmentation.form</field> <field name="name">crm.segmentation.form</field>
<field name="model">crm.segmentation</field> <field name="model">crm.segmentation</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Partner Segmentation" version="7.0"> <form string="Partner Segmentation">
<header> <header>
<button name="process_start" <button name="process_start"
states="not running" states="not running"
@ -335,7 +335,7 @@
<field name="name">crm.payment.mode.form</field> <field name="name">crm.payment.mode.form</field>
<field name="model">crm.payment.mode</field> <field name="model">crm.payment.mode</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Payment Mode" version="7.0"> <form string="Payment Mode">
<group> <group>
<field name="name"/> <field name="name"/>
<field name="section_id" groups="base.group_multi_salesteams"/> <field name="section_id" groups="base.group_multi_salesteams"/>

View File

@ -6,7 +6,7 @@
<field name="name">crm.lead2opportunity.partner.form</field> <field name="name">crm.lead2opportunity.partner.form</field>
<field name="model">crm.lead2opportunity.partner</field> <field name="model">crm.lead2opportunity.partner</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Convert to Opportunity" version="7.0"> <form string="Convert to Opportunity">
<group name="name"> <group name="name">
<field name="name" class="oe_inline"/> <field name="name" class="oe_inline"/>
</group> </group>
@ -49,7 +49,7 @@
<field name="name">crm.lead2opportunity.partner.mass.form</field> <field name="name">crm.lead2opportunity.partner.mass.form</field>
<field name="model">crm.lead2opportunity.partner.mass</field> <field name="model">crm.lead2opportunity.partner.mass</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Convert to Opportunity" version="7.0"> <form string="Convert to Opportunity">
<separator string="Conversion Options"/> <separator string="Conversion Options"/>
<group> <group>
<field name="action" class="oe_inline" on_change="on_change_action(action)"/> <field name="action" class="oe_inline" on_change="on_change_action(action)"/>

View File

@ -7,7 +7,7 @@
<field name="name">crm.merge.opportunity.form</field> <field name="name">crm.merge.opportunity.form</field>
<field name="model">crm.merge.opportunity</field> <field name="model">crm.merge.opportunity</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Merge Leads/Opportunities" version="7.0"> <form string="Merge Leads/Opportunities">
<group string="Assign opportunities to"> <group string="Assign opportunities to">
<field name="user_id" class="oe_inline" on_change="on_change_user(user_id, section_id, context)"/> <field name="user_id" class="oe_inline" on_change="on_change_user(user_id, section_id, context)"/>
<field name="section_id" class="oe_inline" groups="base.group_multi_salesteams"/> <field name="section_id" class="oe_inline" groups="base.group_multi_salesteams"/>

View File

@ -9,7 +9,7 @@
<field name="name">crm.phonecall2meeting.form</field> <field name="name">crm.phonecall2meeting.form</field>
<field name="model">crm.phonecall2meeting</field> <field name="model">crm.phonecall2meeting</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Convert To Meeting" version="7.0"> <form string="Convert To Meeting">
<label string="Are you sure to schedule a Meeting for this Phonecall?"/> <label string="Are you sure to schedule a Meeting for this Phonecall?"/>
<footer> <footer>
<button name="action_make_meeting" type="object" <button name="action_make_meeting" type="object"

View File

@ -8,7 +8,7 @@
<field name="name">crm.phonecall2phonecall.form</field> <field name="name">crm.phonecall2phonecall.form</field>
<field name="model">crm.phonecall2phonecall</field> <field name="model">crm.phonecall2phonecall</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Schedule/Log a Call" version="7.0"> <form string="Schedule/Log a Call">
<group col="4"> <group col="4">
<field name="action"/> <field name="action"/>
<field name="name"/> <field name="name"/>

View File

@ -96,7 +96,7 @@
<field name="name">CRM - Claims Form</field> <field name="name">CRM - Claims Form</field>
<field name="model">crm.claim</field> <field name="model">crm.claim</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Claim" version="7.0"> <form string="Claim">
<header> <header>
<field name="stage_id" widget="statusbar" clickable="True"/> <field name="stage_id" widget="statusbar" clickable="True"/>
</header> </header>

View File

@ -27,7 +27,7 @@
<field name="name">CRM - Helpdesk Support Form</field> <field name="name">CRM - Helpdesk Support Form</field>
<field name="model">crm.helpdesk</field> <field name="model">crm.helpdesk</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Helpdesk Support" version="7.0"> <form string="Helpdesk Support">
<header> <header>
<button name="case_escalate" string="Escalate" type="object" <button name="case_escalate" string="Escalate" type="object"
states="open,draft,pending"/> states="open,draft,pending"/>

View File

@ -30,7 +30,7 @@
<field name="model">crm.lead</field> <field name="model">crm.lead</field>
<field name="priority" eval="32"/> <field name="priority" eval="32"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Leads" version="7.0"> <form string="Leads">
<header> <header>
<button string="I'm interested" name="case_interested" icon="gtk-index" type="object"/> <button string="I'm interested" name="case_interested" icon="gtk-index" type="object"/>
<button string="I'm not interested" name="case_disinterested" icon="gtk-close" type="object"/> <button string="I'm not interested" name="case_disinterested" icon="gtk-close" type="object"/>
@ -94,7 +94,7 @@
<field name="model">crm.lead</field> <field name="model">crm.lead</field>
<field name="priority" eval="32"/> <field name="priority" eval="32"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Leads" version="7.0"> <form string="Leads">
<sheet> <sheet>
<group> <group>
<field name="name" required="1" string="Opportunity"/> <field name="name" required="1" string="Opportunity"/>

View File

@ -8,7 +8,7 @@
<field name="name">openerp_custom.res.partner.activation.form</field> <field name="name">openerp_custom.res.partner.activation.form</field>
<field name="model">res.partner.activation</field> <field name="model">res.partner.activation</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Activation" version="7.0"> <form string="Activation">
<group col="4"> <group col="4">
<field name="name" /> <field name="name" />
<field name="sequence" /> <field name="sequence" />
@ -52,7 +52,7 @@
<field name="name">res.partner.grade.form</field> <field name="name">res.partner.grade.form</field>
<field name="model">res.partner.grade</field> <field name="model">res.partner.grade</field>
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="Partner Grade" version="7.0"> <form string="Partner Grade">
<group col="4"> <group col="4">
<field name="name"/> <field name="name"/>
<field name="sequence"/> <field name="sequence"/>

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