[FIX] web_linkedin: unbreak config settings layout

bzr revid: odo@openerp.com-20120911094002-teg65gi2csps8f72
This commit is contained in:
Olivier Dony 2012-09-11 11:40:02 +02:00
parent c735a2c0ec
commit 208dcc534f
1 changed files with 6 additions and 7 deletions

View File

@ -18,8 +18,8 @@
<field name="model">sale.config.settings</field>
<field name="inherit_id" ref="base_setup.view_sale_config_settings"/>
<field name="arch" type="xml">
<div name="linkedin" position="inside">
<form string="Configure Linkedin" version="7.0" class="oe_form_configuration">
<div name="LinkedIn" position="inside">
<div attrs="{'invisible':[('module_web_linkedin','=',False)]}">
<p>
To use the LinkedIn module with this database, an API Key is required. Please follow this procedure:
</p>
@ -34,12 +34,11 @@
<li>The programming tool is Javascript</li>
</ul>
</li>
<li>Copy the API key down here:</li>
<li>Copy the <strong>API key</strong> here:
<field name="api_key" attrs="{'required':[('module_web_linkedin','=',True)]}" class="oe_inline"/>
</li>
</ul>
<group>
<field name="api_key"/>
</group>
</form>
</div>
</div>
</field>
</record>