crm/views/crm_helper_templates.xml

17 lines
755 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="crm_action_helper" name="crm action helper">
<t t-if="team.alias_email">
<p class="o_view_nocontent_smiling_face">
Create an opportunity to start playing with your pipeline.
</p><p>Use the <i>New</i> button, or send an email to
<a t-attf-href="mailto:#{team.alias_email}"><t t-esc="team.alias_email"/></a>
to test the email gateway.</p>
</t>
<t t-else="">
<p class='o_view_nocontent_smiling_face'>Create an opportunity to start playing with your pipeline.</p>
<p>Use the New button, or configure an email alias to test the email gateway.</p>
</t>
</template>
</odoo>