[FIX] Imrpoved the tooltiop and renmed conflicts label

bzr revid: jam@tinyerp.com-20120828104335-e9p9xoxu4rfg6dqf
This commit is contained in:
Jigar Amin - OpenERP 2012-08-28 16:13:35 +05:30
parent 26406e3b0d
commit 3e682f4ef6
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<field name="gengo_public_key" nolabel="1" placeholder="Add Gengo login Public Key..."/>
</group>
<group col="1" string="Private Key">
<field name="gengo_private_key" widget="password" nolabel="1" placeholder="Add Gengo login Private Key..."/>
<field name="gengo_private_key" password="True" nolabel="1" placeholder="Add Gengo login Private Key..."/>
</group>
</group>
<group col="4">

View File

@ -27,5 +27,5 @@ class res_company(osv.Model):
_inherit = "res.lang"
_columns = {
'gengo_sync': fields.boolean('Active', help='Synchronize Translation Periodically')
'gengo_sync': fields.boolean('Gengo Auto Synchronize ?', help='If checked the language will be automatically synchronize translation periodically using gengo translation services.')
}