[IMP]all: Improve all typos

bzr revid: mma@tinyerp.com-20120424060532-ohrf0sxwq8rpq6ls
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-04-24 11:35:32 +05:30
parent cfeb2b9ebf
commit 9e59ce8812
96 changed files with 136 additions and 136 deletions

View File

@ -10,7 +10,7 @@
<form position="attributes">
<attribute name="string">Accounting Application Configuration</attribute>
</form>
<separator string="title" position="attributes">
<separator string="Title" position="attributes">
<attribute name="string">Configure Your Chart of Accounts</attribute>
</separator>
<xpath expr="//label[@string='description']" position="attributes">

View File

@ -99,7 +99,7 @@
<field name="manual"/>
<field name="amount"/>
<field name="base" readonly="0"/>
<separator colspan="4" string="Tax codes"/>
<separator colspan="4" string="Tax Codes"/>
<field name="base_code_id"/>
<field name="base_amount"/>
<field name="tax_code_id"/>

View File

@ -1808,7 +1808,7 @@
<separator colspan="4" string="Information"/>
<field name="name" select="1"/>
<field name="active" select="1"/>
<separator colspan="4" string="Description On Invoices"/>
<separator colspan="4" string="Description on Invoices"/>
<field colspan="4" name="note" nolabel="1"/>
<separator colspan="4" string="Computation"/>
<field colspan="4" name="line_ids" nolabel="1"/>
@ -2058,7 +2058,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Create Account">
<separator col="4" colspan="4" string="Create an Account based on this template"/>
<separator col="4" colspan="4" string="Create an Account Based on this Template"/>
<field name="cparent_id"/>
<newline/>
<group col="2" colspan="2">
@ -2114,7 +2114,7 @@
<field name="currency_id"/>
<field name="reconcile"/>
<field name="chart_template_id"/>
<separator string="Default taxes" colspan="4"/>
<separator string="Default Taxes" colspan="4"/>
<field name="tax_ids" colspan="4" nolabel="1"/>
</page>
<page string="Notes">
@ -2308,7 +2308,7 @@
<page groups="base.group_extended" string="Special Computation">
<separator colspan="4" string="Compute Code (if type=code)"/>
<field colspan="4" name="python_compute" nolabel="1" attrs="{'readonly':[('type','!=','code')]}"/>
<separator colspan="4" string="Compute Code for Taxes included prices"/>
<separator colspan="4" string="Compute Code for Taxes Included Prices"/>
<field colspan="4" name="python_compute_inv" nolabel="1"/>
<separator colspan="4" string="Applicable Code (if type=code)"/>
<field colspan="4" name="python_applicable" nolabel="1" attrs="{'readonly':[('applicable_type','=','true')]}"/>

View File

@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Select period">
<separator string="Cost Ledger for period" colspan="4"/>
<separator string="Cost Ledger for Period" colspan="4"/>
<field name="date1"/>
<field name="date2"/>
<separator string="and Journals" colspan="4"/>

View File

@ -9,7 +9,7 @@
<field name="model">report.account.receivable</field>
<field name="type">graph</field>
<field name="arch" type="xml">
<graph string="Accounts by type" type="bar">
<graph string="Accounts by Type" type="bar">
<field name="name"/>
<field name="balance" operator="+"/>
</graph>
@ -20,7 +20,7 @@
<field name="model">report.account.receivable</field>
<field name="type">tree</field>
<field name="arch" type="xml">
<tree string="Accounts by type">
<tree string="Accounts by Type">
<field name="name"/>
<field name="type"/>
<field name="balance"/>
@ -34,7 +34,7 @@
<field name="model">report.account.receivable</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Accounts by type">
<form string="Accounts by Type">
<field name="name" select="1"/>
<field name="type" select="1"/>
</form>
@ -171,7 +171,7 @@
<field name="model">report.account_type.sales</field>
<field name="type">tree</field>
<field name="arch" type="xml">
<tree string="Sales by Account type">
<tree string="Sales by Account Type">
<field name="name"/>
<field name="month"/>
<field name="period_id"/>
@ -189,7 +189,7 @@
<field name="model">report.account_type.sales</field>
<field name="type">form</field>
<field name="arch" type="xml">
<tree string="Sales by Account type">
<tree string="Sales by Account Type">
<field name="name" select="1"/>
<field name="month" select="1"/>
<field name="product_id" select="1"/>

View File

@ -57,7 +57,7 @@
<field name="model">account.automatic.reconcile</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Reconciliation result">
<form string="Reconciliation Result">
<field name="reconciled"/>
<newline/>
<field name="unreconciled"/>

View File

@ -14,7 +14,7 @@
<group colspan="4" col="6">
<label string ="" colspan="2"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="terp-gtk-go-back-rtl" string="Open for bank reconciliation" name="action_open_window" type="object"/>
<button icon="terp-gtk-go-back-rtl" string="Open for Bank Reconciliation" name="action_open_window" type="object"/>
</group>
</form>
</field>

View File

@ -7,7 +7,7 @@
<field name="model">account.move.journal</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Standard entries">
<form string="Standard Entries">
<field name="target_move"/>
</form>
</field>

View File

@ -14,7 +14,7 @@
<group colspan="4" col="6">
<label string ="" colspan="2"/>
<button icon="gtk-cancel" special="cancel" string="Cancel" />
<button icon="terp-gtk-go-back-rtl" string="Open For Unreconciliation" name="action_open_window" type="object" />
<button icon="terp-gtk-go-back-rtl" string="Open for Unreconciliation" name="action_open_window" type="object" />
</group>
</form>
</field>

View File

@ -15,7 +15,7 @@
<newline/>
<group colspan="4" col="4">
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="next_partner" icon="terp-gtk-jump-to-ltr" type="object" string="Go to next partner" />
<button name="next_partner" icon="terp-gtk-jump-to-ltr" type="object" string="Go to Next Partner" />
</group>
</form>
</field>

View File

@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Reconciliation">
<separator string="Reconciliation transactions" colspan="4"/>
<separator string="Reconciliation Transactions" colspan="4"/>
<field name="trans_nbr"/>
<newline/>
<field name="credit"/>

View File

@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Unreconciliation">
<separator string="Unreconciliate transactions" colspan="4"/>
<separator string="Unreconciliate Transactions" colspan="4"/>
<image name="terp-referer"/>
<label string="If you unreconciliate transactions, you must also verify all the actions that are linked to those transactions because they will not be disabled" colspan="2"/>
<separator colspan="4"/>
@ -44,7 +44,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Unreconciliation">
<separator string="Unreconciliation transactions" colspan="4"/>
<separator string="Unreconciliation Transactions" colspan="4"/>
<image name="gtk-dialog-info"/>
<label string="If you unreconciliate transactions, you must also verify all the actions that are linked to those transactions because they will not be disable" colspan="2"/>
<separator colspan="4"/>

View File

@ -38,7 +38,7 @@
<field name="arch" type="xml">
<notebook position="inside">
<page string="Invoice Analysis">
<separator colspan="4" string="Work done stats"/>
<separator colspan="4" string="Work Done Stats"/>
<field name="total_cost"/>
<field name="remaining_ca"/>
@ -49,13 +49,13 @@
<field name="hours_qtt_invoiced"/>
<field name="remaining_hours"/>
<newline/>
<separator colspan="4" string="Analysis stats"/>
<separator colspan="4" string="Analysis Stats"/>
<field name="revenue_per_hour"/>
<field name="real_margin"/>
<field name="real_margin_rate"/>
<field name="theorical_margin"/>
<separator colspan="4" string="Key dates"/>
<separator colspan="4" string="Key Dates"/>
<field name="last_invoice_date"/>
<field name="last_worked_invoiced_date"/>

View File

@ -13,7 +13,7 @@
<form string="Asset category">
<field name="name"/>
<field name="company_id" widget="selection" groups="base.group_multi_company"/>
<separator string="Accounting information" colspan="4"/>
<separator string="Accounting Information" colspan="4"/>
<field name="journal_id"/>
<field name="account_asset_id" on_change="onchange_account_asset(account_asset_id)"/>
<field name="account_depreciation_id"/>
@ -33,7 +33,7 @@
<field name="open_asset"/>
</group>
<group col="2" colspan="2" groups="analytic.group_analytic_accounting">
<separator string="Analytic information" colspan="4"/>
<separator string="Analytic Information" colspan="4"/>
<newline/>
<field name="account_analytic_id"/>
</group>

View File

@ -9,7 +9,7 @@
<field name="arch" type="xml">
<form string="Modify Asset">
<group colspan="4" col="4">
<separator string="Asset durations to modify" colspan="4"/>
<separator string="Asset Durations to Modify" colspan="4"/>
<field name="name" colspan="4"/>
<group colspan="2" col="2">
<field name="method_number"/>

View File

@ -32,7 +32,7 @@
<field name="inherit_id" ref="base.view_company_form"/>
<field name="arch" type="xml">
<page string="Configuration" position="inside">
<separator string="Default Check layout" colspan="4"/>
<separator string="Default Check Layout" colspan="4"/>
<field name="check_layout"/>
<newline/>
</page>

View File

@ -10,7 +10,7 @@
<field name="arch" type="xml">
<form string="Import CODA File">
<group col="2">
<separator string="Select your file :" colspan="4"/>
<separator string="Select Your File :" colspan="4"/>
<field name="coda_data" filename="coda_fname"/>
<field name="coda_fname"/>
</group>

View File

@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Send followups">
<separator string="Send followups" colspan="4"/>
<separator string="Send Follow-Ups" colspan="4"/>
<label string ="This feature allows you to send reminders to partners with pending invoices. You can send them the default message for unpaid invoices or manually enter a message should you need to remind them of a specific information." colspan="4" nolabel="1"/>
<group col="4" colspan="6">
<field name="followup_id"/>
@ -87,7 +87,7 @@
<field name="partner_lang" colspan="4"/>
<field name="test_print" colspan="4"/>
<field name="email_subject" colspan="4"/>
<separator string="Email body" colspan="4" />
<separator string="Email Body" colspan="4" />
<field name="email_body" colspan="4" nolabel="1"/>
<separator string="Legend" colspan="4"/>
<label string="%%(partner_name)s: Partner name" colspan="2"/>

View File

@ -11,7 +11,7 @@
<form position="attributes">
<attribute name="string">Account Sequence Application Configuration</attribute>
</form>
<separator string="title" position="attributes">
<separator string="Title" position="attributes">
<attribute name="string">Configure Your Account Sequence Application</attribute>
</separator>
<xpath expr="//separator[@string=&quot;vsep&quot;]" position="attributes">

View File

@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Unreconciliation">
<separator colspan="4" string="Unreconciliation transactions" />
<separator colspan="4" string="Unreconciliation Transactions" />
<label string="If you unreconciliate transactions, you must also verify all the actions that are linked to those transactions because they will not be disable" colspan="2"/>
<separator colspan="4"/>
<button special="cancel" string="Cancel" icon="gtk-cancel"/>

View File

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="Confirm">
<group colspan="4" >
<separator string="Confirmation set taken away" colspan="4"/>
<separator string="Confirmation Set Taken Away" colspan="4"/>
<newline/>
</group>
<separator string="" colspan="4" />

View File

@ -7,7 +7,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Confirm">
<separator string="Confirmation Enable Taken away" colspan="4"/>
<separator string="Confirmation Enable Taken Away" colspan="4"/>
<group colspan="4" col="6">
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="gtk-goto-last" string="Enable Taken away" name="confirm_enable" type="object"/>

View File

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="Buyer Invoice">
<group colspan="4" >
<separator string="Create Invoices For Buyer" colspan="4"/>
<separator string="Create Invoices for Buyer" colspan="4"/>
<field name="amount"/>
<field name="objects"/>
<field name="number"/>

View File

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="Seller Invoice">
<group colspan="4" >
<separator string="Create Invoices For Seller" colspan="4"/>
<separator string="Create Invoices for Seller" colspan="4"/>
<field name="amount"/>
<field name="objects"/>
<field name="number" colspan="1"/>

View File

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="SMS - Gateway: clickatell','Bulk SMS send">
<group colspan="4" >
<separator string="SMS - Gateway: clickatell','Bulk SMS send" colspan="4"/>
<separator string="SMS - Gateway: clickatell','Bulk SMS Send" colspan="4"/>
<field name="app_id" colspan="4"/>
<field name="user"/>
<field name="password" password="True"/>

View File

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="Draft To Posted">
<group col="1" colspan="2">
<separator colspan="4" string="Transfer unsold Object: Current auction date to another " />
<separator colspan="4" string="Transfer Unsold Object: Current auction date to another " />
</group>
<newline/>
<field name="auction_id_from" select="1"/>

View File

@ -78,7 +78,7 @@
<separator colspan="4" string="Email Body"/>
<field colspan="4" name="act_mail_body" height="250"
nolabel="1" attrs="{'required':[('act_remind_user','=',True)]}" />
<separator colspan="4" string="Special Keywords to Be Used in The Body"/>
<separator colspan="4" string="Special Keywords to be Used in the Body"/>
<label align="0.0" string="%%(object_id)s = Object ID" colspan="2"/>
<label align="0.0" string="%%(object_subject)s = Object subject" colspan="2"/>
<label align="0.0" string="%%(object_description)s = Object description" colspan="2"/>

View File

@ -351,7 +351,7 @@
<field name="interval" />
<separator string="End of recurrency" colspan="4"/>
<separator string="End of Recurrency" colspan="4"/>
<field name="end_type" />
<label string=" " colspan="2" />
<newline />

View File

@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Create Technical Guide in rst format">
<separator string="Technical Guide in rst format" colspan="4"/>
<separator string="Technical Guide in rst Format" colspan="4"/>
<label string="Please choose a file where the Technical Guide will be written." colspan="4"/>
<field name="rst_file" />
</form>

View File

@ -12,7 +12,7 @@
<form position="attributes">
<attribute name="string">OpenERP Report Designer Configuration</attribute>
</form>
<separator string="title" position="attributes">
<separator string="Title" position="attributes">
<attribute name="string">OpenERP Report Designer</attribute>
</separator>
<xpath expr="//label[@string='description']" position="attributes">

View File

@ -54,7 +54,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Save RML FIle">
<separator string="The RML report" colspan="4"/>
<separator string="The RML Report" colspan="4"/>
<field name="file_rml"/>
<newline/>
<separator string="" colspan="4"/>

View File

@ -9,7 +9,7 @@
<field name="arch" type="xml">
<form string="Browse caldav" >
<group colspan="4" width="700" height="500">
<separator string="Browse caldav" colspan="4"/>
<separator string="Browse Caldav" colspan="4"/>
<field name="url" colspan="4" />
<separator string="Description" colspan="4"/>
<field name="description" colspan="4" nolabel="1"/>

View File

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="Import ICS">
<group colspan="4" >
<separator string="Select ICS file"/>
<separator string="Select ICS File"/>
<field name="file_path" colspan="4" width="500" nolabel="1"/>
</group>
<separator string="" colspan="4" />

View File

@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="Subscribe to Remote Calendar">
<group colspan="4" >
<separator string="Provide path for Remote Calendar"/>
<separator string="Provide Path for Remote Calendar"/>
<field name="url_path" colspan="4" width="300" nolabel="1" widget="url"/>
</group>
<separator string="" colspan="4" />

View File

@ -166,7 +166,7 @@
<field name="interval" />
<separator string="End of recurrency" colspan="4"/>
<separator string="End of Recurrency" colspan="4"/>
<field name="end_type" />
<label string=" " colspan="2" />
<newline />

View File

@ -90,7 +90,7 @@
</group>
</page>
<page string="Stages">
<separator string="Select stages for this Sales Team" colspan="4"/>
<separator string="Select Stages for this Sales Team" colspan="4"/>
<field name="stage_ids" colspan="4" nolabel="1"/>
</page>
<page string="Notes">

View File

@ -46,7 +46,7 @@
<field name="action"/>
<field name="name" colspan="4"/>
<separator string="Assigned opportunities to" colspan="4" />
<separator string="Assigned Opportunities to" colspan="4" />
<field name="section_id" />
<group col="4" colspan="4">
<separator string="Select Salesman" colspan="4" />

View File

@ -10,7 +10,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Schedule/Log a call">
<separator string="Schedule/Log a call" colspan="4"/>
<separator string="Schedule/Log a Call" colspan="4"/>
<field name="action"/>
<separator string="Call Details" colspan="4"/>
<field name="name"/>

View File

@ -10,7 +10,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Schedule/Log a call">
<separator string="Schedule/Log a call" colspan="4"/>
<separator string="Schedule/Log a Call" colspan="4"/>
<field name="action"/>
<separator string="Call Details" colspan="4"/>
<field name="name"/>
@ -22,8 +22,8 @@
<separator string=" " colspan="4"/>
<group colspan="4" col="3" >
<button name="action_cancel" string="_Cancel" icon="gtk-cancel" special="cancel" />
<button name="action_schedule" type="object" string="Log call" icon="gtk-ok" attrs="{'invisible' : [('action', '!=', 'log')]}" />
<button name="action_schedule" type="object" string="Schedule call" icon="gtk-ok" attrs="{'invisible' : [('action', '!=', 'schedule')]}" />
<button name="action_schedule" type="object" string="Log Call" icon="gtk-ok" attrs="{'invisible' : [('action', '!=', 'log')]}" />
<button name="action_schedule" type="object" string="Schedule Call" icon="gtk-ok" attrs="{'invisible' : [('action', '!=', 'schedule')]}" />
</group>
</form>
</field>

View File

@ -110,7 +110,7 @@
<newline/>
<field name="name" select="1" />
<newline/>
<separator string="Avalaible answers" colspan="4"/>
<separator string="Avalaible Answers" colspan="4"/>
<field name="answers_ids" colspan="4" nolabel="1">
<tree string="Answers" editable="bottom">
<field name="name" select="1"/>

View File

@ -257,7 +257,7 @@
<group col="2" colspan="2">
<field name="res_id" invisible="True"/>
<group col="2" colspan="2" attrs="{'invisible': [('res_id','=',0)]}">
<separator string="Attached To" colspan="2"/>
<separator string="Attached to" colspan="2"/>
<field name="res_model" readonly="True" invisible="True"/>
<field name="res_name" readonly="1"/>
</group>

View File

@ -10,7 +10,7 @@
<form position="attributes">
<attribute name="string">Knowledge Application Configuration</attribute>
</form>
<separator string="title" position="attributes">
<separator string="Title" position="attributes">
<attribute name="string">Configure Directories</attribute>
</separator>
<xpath expr="//label[@string='description']" position="attributes">

View File

@ -17,7 +17,7 @@
<form position="attributes">
<attribute name="string">Knowledge Application Configuration</attribute>
</form>
<separator string="title" position="attributes">
<separator string="Title" position="attributes">
<attribute name="string">Configure FTP Server</attribute>
</separator>
<xpath expr="//label[@string='description']" position="attributes">

View File

@ -128,7 +128,7 @@ class email_template(osv.osv):
"This is useful for CRM leads for example"),
# Overridden mail.message.common fields for technical reasons:
'model': fields.related('model_id','model', type='char', string='Related Document model',
'model': fields.related('model_id','model', type='char', string='Related Document Model',
size=128, select=True, store=True, readonly=True),
# we need a separate m2m table to avoid ID collisions with the original mail.message entries
'attachment_ids': fields.many2many('ir.attachment', 'email_template_attachment_rel', 'email_template_id',
@ -146,8 +146,8 @@ class email_template(osv.osv):
'mail_server_id': fields.many2one('ir.mail_server', 'Outgoing Mail Server', readonly=False,
help="Optional preferred server for outgoing mails. If not set, the highest "
"priority one will be used."),
'body_text': fields.text('Text contents', translate=True, help="Plaintext version of the message (placeholders may be used here)"),
'body_html': fields.text('Rich-text contents', translate=True, help="Rich-text/HTML version of the message (placeholders may be used here)"),
'body_text': fields.text('Text Contents', translate=True, help="Plaintext version of the message (placeholders may be used here)"),
'body_html': fields.text('Rich-Text Contents', translate=True, help="Rich-text/HTML version of the message (placeholders may be used here)"),
'message_id': fields.char('Message-Id', size=256, help="Message-ID SMTP header to use in outgoing messages based on this template. "
"Please note that this overrides the 'Resource Tracking' option, "
"so if you simply need to track replies to outgoing emails, enable "

View File

@ -64,7 +64,7 @@
<page string="Advanced">
<group colspan="2" col="2">
<group colspan="2" col="2">
<separator string="Sidebar button" colspan="2"/>
<separator string="Sidebar Button" colspan="2"/>
<button name="create_action" string="Add sidebar button" type="object" icon="gtk-execute"
colspan="2" attrs="{'invisible':[('ref_ir_act_window','!=',False)]}"
help="Display a button in the sidebar of related documents to open a composition wizard with this template"

View File

@ -8,14 +8,14 @@
<field name="arch" type="xml">
<form string="Configure Moodle">
<group>
<separator string="server" colspan="4"/>
<separator string="Server" colspan="4"/>
<field name="server_moodle"/>
<newline/>
<separator string="Connexion with a token" colspan="4"/>
<separator string="Connexion with a Token" colspan="4"/>
<label string="The easiest way to connect OpenERP with a moodle server is to create a 'token' in Moodle. It will be used to authenticate OpenERP as a trustable application." colspan="4"/>
<field name="moodle_token"/>
<newline/>
<separator string="Connexion with password and username" colspan="4"/>
<separator string="Connexion with Password and Username" colspan="4"/>
<label string="Another approach is to create a user for OpenERP in Moodle. If you do so, make sure that this user has enough access rights" colspan="4"/>
<field name="moodle_username"/>
<field name="moodle_password"/>

View File

@ -12,7 +12,7 @@
<field name="arch" type="xml">
<notebook position="inside">
<page string="Tasks">
<separator string="Tasks management" colspan="4"/>
<separator string="Tasks Management" colspan="4"/>
<field name="project_id"/>
<button string="Create Retro-Planning" name="%(action_event_project)d" type="action" icon="gtk-execute"/>
<field name="task_ids" colspan="4" nolabel="1" widget="one2many_list" >

View File

@ -56,7 +56,7 @@
</page>
<page string="Advanced" groups="base.group_extended">
<group colspan="2" col="2">
<separator string="Advanced options" colspan="2"/>
<separator string="Advanced Options" colspan="2"/>
<field name="priority" groups="base.group_extended"/>
<field name="attach"/>
<field name="original"/>

View File

@ -30,7 +30,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Sign in / Sign out">
<separator string="Sign-Out Entry must follow Sign-In." colspan="4" />
<separator string="Sign-out Entry Must Follow Sign-in." colspan="4" />
<group colspan="4" col="6">
<button icon="gtk-cancel" special="cancel" string="Ok"/>
</group>

View File

@ -9,7 +9,7 @@
<field name="arch" type="xml">
<form string="Evaluation Reminders">
<group width="340">
<separator string="Send evaluation reminder" colspan="4"/>
<separator string="Send Evaluation Reminder" colspan="4"/>
<field name="evaluation_id"/>
<separator colspan="4"/>
<group colspan="4">

View File

@ -110,7 +110,7 @@
</page>
<page string="Other Info" groups="base.group_extended">
<group col="2" colspan="2">
<separator colspan="2" string="Accounting data"/>
<separator colspan="2" string="Accounting Data"/>
<field name="journal_id"/>
<field name="invoice_id" context="{'type':'in_invoice', 'journal_type': 'purchase'}"/>
</group>

View File

@ -617,13 +617,13 @@
<field name="amount_fix" attrs="{'invisible':[('amount_select','&lt;&gt;','fix')], 'required':[('amount_select','=','fix')]}"/><newline/>
<field name="amount_percentage" attrs="{'invisible':[('amount_select','&lt;&gt;','percentage')], 'required':[('amount_select','=','percentage')]}"/>
<field colspan="4" name="amount_python_compute" attrs="{'invisible':[('amount_select','&lt;&gt;','code')], 'required':[('amount_select','=','code')]}"/>
<separator colspan="4" string="Company contribution"/>
<separator colspan="4" string="Company Contribution"/>
<field name="register_id"/>
</group>
</page>
<page string="Child Rules">
<field name="parent_rule_id"/>
<separator colspan="4" string="Children definition"/>
<separator colspan="4" string="Children Definition"/>
<field colspan="4" name="child_ids" nolabel="1"/>
</page>
<page string="Inputs">

View File

@ -7,7 +7,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Sign In/Out By Project">
<separator colspan="4" string="Sign In/Out By Project"/>
<separator colspan="4" string="Sign In/Out by Project"/>
<label colspan="4" nolabel="1" string="Employees can encode their time spent on the different projects they are assigned on. A project is an analytic account and the time spent on a project generates costs on the analytic account. This feature allows to record at the same time the attendance and the timesheet."/>
<newline/>
<group colspan="4" col="6">

View File

@ -169,7 +169,7 @@
<separator orientation="vertical"/>
<filter string="Idea" icon="terp-idea" domain="[]" context="{'group_by':'idea_id'}"/>
<separator orientation="vertical"/>
<filter string="Vote date" icon="terp-go-month" domain="[]" context="{'group_by':'date'}"/>
<filter string="Vote Date" icon="terp-go-month" domain="[]" context="{'group_by':'date'}"/>
</group>
</search>
</field>
@ -202,7 +202,7 @@
<page string="Comments">
<field name="comment_ids" nolabel="1" colspan="4">
<form string="Comment">
<separator string="Your comment" colspan="4"/>
<separator string="Your Comment" colspan="4"/>
<field name="content" nolabel="1" />
</form>
<tree string="Comments">

View File

@ -13,7 +13,7 @@
<field name="create_partner" colspan="4"/>
<newline/>
<group attrs="{'invisible': [('create_partner','!=','create_all')]}" colspan="4" col="4">
<separator string="Partner status for this group:" colspan="4"/>
<separator string="Partner Status for this Group:" colspan="4"/>
<field name="customer" colspan="4"/>
<field name="supplier" colspan="4"/>
</group>

View File

@ -62,7 +62,7 @@
</group>
<group colspan="4">
<separator string="Email Notification When Import is finished" colspan="4"/>
<separator string="Email Notification When Import is Finished" colspan="4"/>
<field name="email_from" widget="email" string="Email Address to Notify" colspan="4"/>
</group>

View File

@ -45,7 +45,7 @@
<field name="partner_ids" colspan="4" nolabel="1" default_focus="1" height="300" width="500" readonly="1"/>
</page>
<page string="Comments">
<separator string="Free comments to be added to the declaration" colspan="4"/>
<separator string="Free Comments to be Added to the Declaration" colspan="4"/>
<field name="comments" colspan="4" nolabel="1"/>
</page>
</notebook>

View File

@ -63,7 +63,7 @@
<field name="arch" type="xml">
<field name="state" position="after">
<newline/>
<separator colspan="4" string="Account infos"/>
<separator colspan="4" string="Account Infos"/>
<group string="Bank account info" colspan="4" attrs="{'invisible': [('state','in', ['bvpost','bvrpost'])]}" >
<field name="acc_number" string="Account/IBAN Number" attrs="{'required': [('state','not in',['bvpost','bvrpost'])]}"/>
<field name="dta_code"/>
@ -74,7 +74,7 @@
<field name="post_number" attrs="{'required': [('state','in',['bvpost','bvrpost','bvrbank'])]}"/>
<newline/>
</group>
<separator colspan="4" string="Financial institute infos"/>
<separator colspan="4" string="Financial Institute Infos"/>
<field name="bank" />
</field>
</field>
@ -116,7 +116,7 @@
<field name="state" position="after">
<newline/>
<separator colspan="4" string="Account infos"/>
<separator colspan="4" string="Account Infos"/>
<newline/>
<group string="Bank account info" colspan="4" attrs="{'invisible': [('state','in', ['bvpost','bvrpost'])]}" >
<field name="acc_number" string="Account/IBAN Number" attrs="{'required': [('state','not in',['bvpost','bvrpost'])]}"/>
@ -128,7 +128,7 @@
<field name="post_number" attrs="{'required': [('state','in',['bvpost','bvrpost','bvrbank'])]}"/>
<newline/>
</group>
<separator colspan="4" string="Financial institute infos"/>
<separator colspan="4" string="Financial Institute Infos"/>
<newline/>
<group attrs="{'invisible': ['|', ('state', 'not in', ['bvrpost','bvrbank']), ('company_id', '=', False)]}" colspan="4">
<field name="my_bank" attrs="{'invisible': [('company_id', '=', False)]}" />

View File

@ -226,7 +226,7 @@
<field name="model">lunch.category</field>
<field name="arch" type="xml">
<form string="Category">
<separator string="Category related to Products" colspan="4"/>
<separator string="Category Related to Products" colspan="4"/>
<field name="name" select="1"/>
</form>
</field>

View File

@ -53,18 +53,18 @@
<form string="Group">
<group colspan="4" col="8">
<group colspan="6" col="4">
<separator string="General information" colspan="4"/>
<separator string="General Information" colspan="4"/>
<field name="name" colspan="2"/>
<field name="responsible_id" colspan="2"/>
<newline/>
<field name="description" colspan="4"/>
</group>
<group colspan="1" col="2">
<separator string="Group image" colspan="2"/>
<separator string="Group Image" colspan="2"/>
<field name="photo" widget='image' nolabel="1" on_change="onchange_photo(photo)"/>
</group>
<group colspan="1" col="2">
<separator string="Privacy settings" colspan="2"/>
<separator string="Privacy Settings" colspan="2"/>
<field name="public" nolabel="1"/>
<label string="This group is visible by non members" colspan="2"/>
</group>

View File

@ -207,7 +207,7 @@ class mail_message(osv.osv):
('notification', 'System notification'),
], 'Type', help="Message type: e-mail for e-mail message, notification for system message, comment for other messages such as user replies"),
'partner_id': fields.many2one('res.partner', 'Related partner'),
'user_id': fields.many2one('res.users', 'Related user', readonly=1),
'user_id': fields.many2one('res.users', 'Related User', readonly=1),
'attachment_ids': fields.many2many('ir.attachment', 'message_attachment_rel', 'message_id', 'attachment_id', 'Attachments'),
'display_text': fields.function(_get_display_text, method=True, type='text', size="512", string='Display Text'),
'mail_server_id': fields.many2one('ir.mail_server', 'Outgoing mail server', readonly=1),

View File

@ -10,7 +10,7 @@
<form position="attributes">
<attribute name="string">Install Outlook Plug-In</attribute>
</form>
<separator string="title" position="attributes">
<separator string="Title" position="attributes">
<attribute name="string">Install Outlook Plug-In</attribute>
</separator>
<xpath expr="//label[@string='description']" position="attributes">

View File

@ -11,7 +11,7 @@
<form position="attributes">
<attribute name="string">Install Thunderbird Plug-In</attribute>
</form>
<separator string="title" position="attributes">
<separator string="Title" position="attributes">
<attribute name="string">Install Thunderbird Plug-In</attribute>
</separator>
<xpath expr="//label[@string='description']" position="attributes">

View File

@ -607,7 +607,7 @@
<field name="arch" type="xml">
<group name="status" position="after">
<group colspan="2" col="2" name="pos">
<separator string="Point-of-Sale" colspan="2"/>
<separator string="Point of Sale" colspan="2"/>
<field name="pos_categ_id"/>
</group>
</group>

View File

@ -65,7 +65,7 @@
<filter string="User" name="User" icon="terp-personal" context="{'group_by':'user_id'}"/>
<filter string="Journal" icon="terp-folder-orange" context="{'group_by':'journal_id'}"/>
<separator orientation="vertical"/>
<filter string="state" icon="terp-stock_effects-object-colorize" context="{'group_by':'state'}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" context="{'group_by':'state'}"/>
<separator orientation="vertical"/>
<filter string="Day" icon="terp-go-today" context="{'group_by':'day'}" help="Day from Creation date of cash register"/>
<filter string="Month" icon="terp-go-month" context="{'group_by':'month'}" help="Month from Creation date of cash register"/>

View File

@ -10,7 +10,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Receipt :">
<separator string="Print the receipt of the sale" colspan="4"/>
<separator string="Print the Receipt of the Sale" colspan="4"/>
<button icon='gtk-cancel' special="cancel"
string="Cancel" />
<button name="print_report" string="Print Receipt"

View File

@ -48,7 +48,7 @@ the portal's users.
<field name="url" widget="url"/>
</group>
<group colspan="2" col="2">
<separator string="Widgets assigned to Users" colspan="2"/>
<separator string="Widgets Assigned to Users" colspan="2"/>
<field name="widget_ids" nolabel="1" colspan="2">
<tree string="Widgets" editable="bottom">
<field name="sequence"/>

View File

@ -673,7 +673,7 @@
</group>
<group colspan="2" col="2" name="uom">
<separator string="UOM" colspan="2"/>
<separator string="UoM" colspan="2"/>
<field name="uom_id" on_change="onchange_uom(uom_id,uom_po_id)" groups="product.group_uom"/>
<field name="uom_po_id" groups="base.group_extended"/>
</group>

View File

@ -10,7 +10,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Price List">
<separator colspan="4" string="Calculate Product Price per unit base on pricelist version."/>
<separator colspan="4" string="Calculate Product Price per Unit Based on Pricelist Version."/>
<field name="price_list" widget="selection"/>
<field name="qty1" colspan="2" />
<field name="qty2" colspan="2" />

View File

@ -161,7 +161,7 @@
<field name="constraint_date_end"/>
</group>
<group colspan="2" col="2">
<separator string="Displaying settings" colspan="2"/>
<separator string="Displaying Settings" colspan="2"/>
<field name="sequence"/>
</group>
<separator colspan="4" string="Force Assigned Users"/>

View File

@ -308,7 +308,7 @@
<field name="arch" type="xml">
<notebook position="inside">
<page string="Planning" >
<separator string="Planning lines"/>
<separator string="Planning Lines"/>
<field name="planning_ids" colspan="4" nolabel="1">
<form string="Planning Lines">
<field name="planning_id" select="1"/>

View File

@ -277,7 +277,7 @@
<separator colspan="4" string=""/>
</page>
<page string="Optional Info">
<separator colspan="4" string="Are your Sprint Backlog estimate accurate ?"/>
<separator colspan="4" string="Are your sprint backlog estimate accurate ?"/>
<field colspan="4" name="question_backlog" nolabel="1"/>
</page>
<page string="Links">
@ -409,7 +409,7 @@
<separator colspan="4" string=""/>
</page>
<page string="Optional Info">
<separator colspan="4" string="Are your Sprint Backlog estimate accurate ?"/>
<separator colspan="4" string="Are your sprint backlog estimate accurate?"/>
<field colspan="4" name="question_backlog" nolabel="1"/>
</page>
<page string="Links">

View File

@ -7,7 +7,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Merge Backlogs">
<separator string="Are you sure you want to merge these Backlogs?" colspan="4"/>
<separator string="Are you sure you want to merge these backlogs?" colspan="4"/>
<label colspan="4" string="This wizard merge backlogs and create one new backlog with draft state (Old backlogs Will be deleted). And it also merge old tasks from backlogs" />
<separator colspan="4"/>
<button colspan="2" special="cancel" string="Cancel" icon="gtk-cancel"/>

View File

@ -223,7 +223,7 @@
<separator orientation="vertical"/>
<filter icon="terp-emblem-important" name="exception" string="Exception" domain="[('state','in',('except_invoice','except_picking'))]" help="Purchase order which are in the exception state"/>
<separator orientation="vertical"/>
<filter icon="terp-gtk-go-back-rtl" name="not_invoiced" string="Not invoiced" domain="[('invoice_ids','=', False)]" help="Purchase orders that include lines not invoiced." groups="base.group_extended"/>
<filter icon="terp-gtk-go-back-rtl" name="not_invoiced" string="Not Invoiced" domain="[('invoice_ids','=', False)]" help="Purchase orders that include lines not invoiced." groups="base.group_extended"/>
<separator orientation="vertical"/>
<field name="name" string="Reference"/>
<field name="partner_id"/>

View File

@ -36,7 +36,7 @@ class resource_calendar(osv.osv):
'name' : fields.char("Name", size=64, required=True),
'company_id' : fields.many2one('res.company', 'Company', required=False),
'attendance_ids' : fields.one2many('resource.calendar.attendance', 'calendar_id', 'Working Time'),
'manager' : fields.many2one('res.users', 'Workgroup manager'),
'manager' : fields.many2one('res.users', 'Workgroup Manager'),
}
_defaults = {
'company_id': lambda self, cr, uid, context: self.pool.get('res.company')._company_default_get(cr, uid, 'resource.calendar', context=context)
@ -260,8 +260,8 @@ class resource_calendar_attendance(osv.osv):
_columns = {
'name' : fields.char("Name", size=64, required=True),
'dayofweek': fields.selection([('0','Monday'),('1','Tuesday'),('2','Wednesday'),('3','Thursday'),('4','Friday'),('5','Saturday'),('6','Sunday')], 'Day of week', required=True, select=True),
'date_from' : fields.date('Starting date'),
'dayofweek': fields.selection([('0','Monday'),('1','Tuesday'),('2','Wednesday'),('3','Thursday'),('4','Friday'),('5','Saturday'),('6','Sunday')], 'Day of Week', required=True, select=True),
'date_from' : fields.date('Starting Date'),
'hour_from' : fields.float('Work from', size=8, required=True, help="Working time will start from", select=True),
'hour_to' : fields.float("Work to", size=8, required=True, help="Working time will end at"),
'calendar_id' : fields.many2one("resource.calendar", "Resource's Calendar", required=True),
@ -292,7 +292,7 @@ class resource_resource(osv.osv):
'company_id' : fields.many2one('res.company', 'Company'),
'resource_type': fields.selection([('user','Human'),('material','Material')], 'Resource Type', required=True),
'user_id' : fields.many2one('res.users', 'User', help='Related user name for the resource to manage its access.'),
'time_efficiency' : fields.float('Efficiency factor', size=8, required=True, help="This field depict the efficiency of the resource to complete tasks. e.g resource put alone on a phase of 5 days with 5 tasks assigned to him, will show a load of 100% for this phase by default, but if we put a efficency of 200%, then his load will only be 50%."),
'time_efficiency' : fields.float('Efficiency Factor', size=8, required=True, help="This field depict the efficiency of the resource to complete tasks. e.g resource put alone on a phase of 5 days with 5 tasks assigned to him, will show a load of 100% for this phase by default, but if we put a efficency of 200%, then his load will only be 50%."),
'calendar_id' : fields.many2one("resource.calendar", "Working Time", help="Define the schedule of resource"),
}
_defaults = {
@ -421,7 +421,7 @@ class resource_calendar_leaves(osv.osv):
_columns = {
'name' : fields.char("Name", size=64),
'company_id' : fields.related('calendar_id','company_id',type='many2one',relation='res.company',string="Company", store=True, readonly=True),
'calendar_id' : fields.many2one("resource.calendar", "Working time"),
'calendar_id' : fields.many2one("resource.calendar", "Working Time"),
'date_from' : fields.datetime('Start Date', required=True),
'date_to' : fields.datetime('End Date', required=True),
'resource_id' : fields.many2one("resource.resource", "Resource", help="If empty, this is a generic holiday for the company. If a resource is set, the holiday/leave is only for this resource"),

View File

@ -32,17 +32,17 @@
<field name="user_type" invisible="1"/>
<field name="invite" invisible="1"/>
<group colspan="4" name="emails_group" attrs="{'invisible':['|', ('user_type', '!=', 'emails'), ('invite', '=', True)]}">
<separator colspan="4" string="Share with these people (one e-mail per line)"/>
<separator colspan="4" string="Share with these People (one e-mail per line)"/>
<field colspan="4" nolabel="1" name="new_users" attrs="{'required':[('user_type','=','emails'), ('invite', '!=', True)]}"/>
</group>
<group colspan="4" col="2" name="email_lines" attrs="{'invisible':[('invite', '!=', True)]}">
<separator colspan="4" string="Share with these people (one e-mail per line)"/>
<separator colspan="4" string="Share with these People (one e-mail per line)"/>
<field name="email_1"/>
<field name="email_2"/>
<field name="email_3"/>
</group>
<group colspan="4" col="4" attrs="{'invisible':[('user_type', '=', 'embedded')]}">
<separator colspan="4" string="Include an optional personal message"/>
<separator colspan="4" string="Include an Optional Personal Message"/>
<field name="message" colspan="4" nolabel="1"/>
</group>
<group colspan="4" col="4" attrs="{'invisible':[('invite', '=', True)]}">
@ -79,7 +79,7 @@
</field>
</group>
<group colspan="4" col="1" attrs="{'invisible':[('user_type','!=','embedded')]}">
<separator string="Use this link"/>
<separator string="Use this Link"/>
<field name="embed_url" nolabel="1"/>
<separator string="Or insert the following code where you want to embed your documents"/>
<group col="4" string="Options">

View File

@ -1240,7 +1240,7 @@
<separator orientation="vertical" />
<filter icon="terp-accessories-archiver-minus" string="Back Orders" domain="[('backorder_id', '!=', False)]" help="Is a Back Order" groups="base.group_extended"/>
<separator orientation="vertical"/>
<filter string="To invoice" name="to_invoice" icon="terp-dolar" domain="[('invoice_state', '=', '2binvoiced')]" />
<filter string="To Invoice" name="to_invoice" icon="terp-dolar" domain="[('invoice_state', '=', '2binvoiced')]" />
<separator orientation="vertical"/>
<field name="name"/>
<field name="origin"/>
@ -1441,7 +1441,7 @@
<group colspan="2" col="4" groups="base.group_extended">
<separator string="Traceability" colspan="4" groups="base.group_extended"/>
<field name="tracking_id" colspan="3" groups="stock.group_tracking_lot"/>
<button name="%(split_into)d" string="New pack" type="action"
<button name="%(split_into)d" string="New Pack" type="action"
groups="product.group_stock_packaging"
icon="terp-stock_effects-object-colorize"
states="draft,assigned,confirmed" colspan="1"/>
@ -1627,7 +1627,7 @@
<group colspan="2" col="4">
<separator string="Traceability" colspan="4" groups="stock.group_tracking_lot"/>
<field name="tracking_id" colspan="3" groups="stock.group_tracking_lot"/>
<button name="%(split_into)d" string="New pack" type="action"
<button name="%(split_into)d" string="New Pack" type="action"
groups="product.group_stock_packaging"
icon="terp-stock_effects-object-colorize"
states="draft,assigned,confirmed,done" colspan="1"/>

View File

@ -8,7 +8,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Merge inventories">
<separator colspan="4" string="Merge inventories" />
<separator colspan="4" string="Merge Inventories" />
<label string="Do you want to merge theses inventories?"/>
<separator colspan="4"/>
<group colspan="4" col="6">

View File

@ -7,7 +7,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Create invoice">
<separator colspan="4" string="Create invoice" />
<separator colspan="4" string="Create Invoice" />
<field name="journal_id"/>
<newline/>
<field name="group"/>

View File

@ -7,7 +7,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Split Move">
<separator string="Quantity to leave in the current pack" colspan="4"/>
<separator string="Quantity to Leave in the Current Pack" colspan="4"/>
<field name="quantity"/>
<button icon='gtk-cancel' special="cancel"
string="_Cancel" />

View File

@ -105,7 +105,7 @@
</group>
</group>
<separator colspan ="4" string="Sales history"/>
<separator colspan ="4" string="Sales History"/>
<group colspan = "4" col = "5">
<label string = " "/>
<label string = "Per User :"/>
@ -204,7 +204,7 @@
<filter string="Warehouse " icon="terp-go-home" domain="[]" context="{'group_by':'warehouse_id'}"/>
<filter string="Product" icon="terp-accessories-archiver" domain="[]" context="{'group_by':'product_id'}"/>
<separator orientation="vertical"/>
<filter string='Default UOM' icon="terp-mrp" domain="[]" context="{'group_by' : 'product_uom'}" />
<filter string='Default UoM' icon="terp-mrp" domain="[]" context="{'group_by' : 'product_uom'}" />
</group>
</search>
</field>
@ -286,7 +286,7 @@
<field name="stock_supply_location"/>
</group>
</group>
<separator colspan ="4" string = "Procurement history"/>
<separator colspan ="4" string = "Procurement History"/>
<field name = "history" colspan = "2" nolabel = "1"/>
</form>
</field>

View File

@ -12,7 +12,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Survey">
<separator colspan="4" string = "Select Survey and related answer"/>
<separator colspan="4" string = "Select Survey and Related Answer"/>
<field name="survey_id" width="250"/>
<field name="response_id" domain="[('survey_id','=', survey_id)]"/>
<separator colspan="4" />

View File

@ -12,10 +12,10 @@
<form string="Send Invitation">
<separator string="Select Partner" colspan="4"/>
<field name="partner_ids" nolabel="1" colspan="4"/>
<separator colspan="4" string="Send mail for new user"/>
<separator colspan="4" string="Send Mail for New User"/>
<field name="send_mail" nolabel="1"/>
<field name="mail_subject" colspan="3"/>
<separator colspan="4" string="Send reminder for existing user"/>
<separator colspan="4" string="Send Reminder for Existing User"/>
<field name="send_mail_existing" nolabel="1"/>
<field name="mail_subject_existing" colspan="3"/>
<separator colspan="4"/>