[IMP] Add Attributes in base_setup

bzr revid: fka@tinyerp.com-20120718090343-0sr6010bx4seh71j
This commit is contained in:
Foram Katharotiya (OpenERP) 2012-07-18 14:33:43 +05:30
parent cc64b0110a
commit 0a43ec2682
1 changed files with 2 additions and 2 deletions

View File

@ -59,9 +59,9 @@
<group name="config_sale" col="1">
<field name="module_crm" invisible="1"/>
<separator string="Emails Integration" col="1" attrs="{'invisible': [('module_crm','=',False)]}"/>
<div style="color:grey">The email integration allows ypu to autometically create leads or others documents from an incoming emails account.
<div style="color:grey" attrs="{'invisible': [('module_crm','=',False)]}">The email integration allows ypu to autometically create leads or others documents from an incoming emails account.
Users can do it from the mail client by pressing a button or it can be configured to automatically synchronize from your mail server.</div>
<group name="On Mail Client"><label for="id" string="On Mail Client"/>
<group name="On Mail Client" attrs="{'invisible': [('module_crm','=',False)]}"><label for="id" string="On Mail Client"/>
<div>
<div name="module_plugin_thunderbird" attrs="{'invisible': [('module_crm','=',False)]}" class="oe_inline"><field name="module_plugin_thunderbird"/>
<label for="module_plugin_thunderbird" string="Thunderbird"/>plugin</div>