[REM] Remove field on res config for import contact.

bzr revid: jra@tinyerp.com-20120709093251-pkp1dqrzls6b0ng3
This commit is contained in:
Jiten (OpenERP) 2012-07-09 15:02:51 +05:30
parent 9591f9d470
commit 957f2e5cf4
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ class base_config_settings(osv.osv_memory):
_columns = {
'default_linkedin_api_key': fields.char('LinkedIn API key', size=128, default_model='res.company',
help="""Give API key of linkedin."""),
'import_contact': fields.boolean('Import Your Contact from Linkedin'),
# 'import_contact': fields.boolean('Import Your Contact from Linkedin'),
'generate_key': fields.text('Go to URL', readonly=True,
help="""If you have not generate linkedin API Key yet than Go to URL to generate and enter it in above text field."""),
}

View File

@ -11,8 +11,8 @@
<group colspan="4" col="8">
<separator string="Linkedin Settings" colspan="4"/>
<newline/>
<field name="import_contact"/>
<newline/>
<!-- <field name="import_contact"/>
<newline/>-->
<field name="default_linkedin_api_key"/>
<newline/>
<field name="generate_key" nolabel="1" colspan="4" widget="text_html"/>