[FIX] mail, crm: be more friendly no lead alias

The domain alias has to be set to be able to set a lead alias which may
not have been enough obvious.

closes #7197
opw-642914
This commit is contained in:
Nicolas Lempereur 2015-06-22 13:03:15 +02:00
parent ad00496a41
commit c711f47bad
1 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,13 @@
will create a new lead.
</p>
</div>
<div attrs="{'invisible': [('alias_domain', '!=', False)]}">
<p>
To be able to set your Leads Email Alias, you need to fill your alias domain first.
</p>
<button type="action" name="%(base_setup.action_general_configuration)d"
string="Configure alias domain" class="oe_link" />
</div>
</group>
</xpath>
</data>