[IMP]: Tooltips improvements: Typo errors remaining improvements

bzr revid: uco@tinyerp.co.in-20091222082758-pv16moqjdfm3q070
This commit is contained in:
uco (OpenERP) 2009-12-22 13:57:58 +05:30
parent 5a4e8b8092
commit 170211cba3
6 changed files with 9 additions and 9 deletions

View File

@ -35,7 +35,7 @@ class wizard_account_chart(wizard.interface):
'string': 'Fiscal year',
'type': 'many2one',
'relation': 'account.fiscalyear',
'help': 'Keep empty for all open fiscal year',
'help': 'Keep empty for all open fiscal years',
},
'target_move': {
'string': 'Target Moves',

View File

@ -41,7 +41,7 @@ FIELDS = {
START_FIELD = {
'date': {'string': 'Date payment', 'type': 'date','required':True, 'default': lambda *a: time.strftime('%Y-%m-%d')},
'journal_id': {'string': 'Journal', 'type': 'many2many', 'relation': 'account.journal', 'domain': '[("type","in",["sale","purchase","cash"])]', 'help': 'This field allow you to choose the accounting journals you want for filtering the invoices. If you left this field empty, it will search on all sale, purchase and cash journals.'},
'journal_id': {'string': 'Journal', 'type': 'many2many', 'relation': 'account.journal', 'domain': '[("type","in",["sale","purchase","cash"])]', 'help': 'This field allows you to choose the accounting journals you want for filtering the invoices. If you left this field empty, it will search on all sale, purchase and cash journals.'},
}
START_FORM = '''<?xml version="1.0"?>

View File

@ -41,7 +41,7 @@
<label align="1.0" string="Operators:"/>
<label align="0.0" string="+ - * / ( )"/>
<label colspan="4" string="Example: (balance(['6','45'],-1) - credit(['7'])) / report('RPT1')"/>
<label colspan="4" string="Note: The second arguement 'fiscalyear' and 'period' are optional arguements.If the value is -1,previous fiscalyear or period is considered."/>
<label colspan="4" string="Note: The second argument 'fiscalyear' and 'period' are optional arguments.If the value is -1,previous fiscalyear or period is considered."/>
<separator colspan="4" string="Return value for status"/>
<group col="2" colspan="2">
<label align="1.0" string="&lt; Badness Indicator Limit:"/>

View File

@ -206,7 +206,7 @@
</record>
<record model="ir.actions.act_window" id="mrp_production_code_action">
<field name="name">Operations Code</field>
<field name="name">Operation Codes</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">mrp_operations.operation.code</field>
<field name="view_type">form</field>

View File

@ -128,7 +128,7 @@
</group>
<group colspan="2" col="2" name="misc">
<separator string="Miscelleanous" colspan="2"/>
<separator string="Miscellaneous" colspan="2"/>
<field name="active" select="2"/>
<field name="company_id" select="2" groups="base.group_multi_company" widget="selection"/>
</group>

View File

@ -349,7 +349,7 @@
<field name="chained_delay"/>
</group>
<group col="2" colspan="2">
<separator string="Localisation" colspan="2"/>
<separator string="Localization" colspan="2"/>
<field name="posx"/>
<field name="posy"/>
<field name="posz"/>
@ -576,7 +576,7 @@
<page string="Notes">
<field colspan="4" name="note" nolabel="1"/>
</page>
<page string="Others info" groups="base.group_extended">
<page string="Other info" groups="base.group_extended">
<field name="origin" select="2"/>
<field name="active" select="2"/>
<field name="auto_picking"/>
@ -692,7 +692,7 @@
<page string="Notes">
<field colspan="4" name="note" nolabel="1"/>
</page>
<page string="Others info" groups="base.group_extended">
<page string="Other info" groups="base.group_extended">
<field name="auto_picking"/>
<field name="active" select="2"/>
<newline/>
@ -851,7 +851,7 @@
<page string="Notes">
<field colspan="4" name="note" nolabel="1"/>
</page>
<page string="Others info" groups="base.group_extended">
<page string="Other info" groups="base.group_extended">
<field name="active" select="2"/>
<field name="auto_picking"/>
<newline/>