mirror of
https://github.com/bringout/oca-ocb-crm.git
synced 2026-04-25 09:32:05 +02:00
Initial commit: Crm packages
This commit is contained in:
commit
21a345b5b9
654 changed files with 418312 additions and 0 deletions
16
odoo-bringout-oca-ocb-crm/crm/views/crm_helper_templates.xml
Normal file
16
odoo-bringout-oca-ocb-crm/crm/views/crm_helper_templates.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="crm_action_helper" name="crm action helper">
|
||||
<t t-if="team.alias_name and team.alias_domain">
|
||||
<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_id.display_name}"><t t-esc="team.alias_id.display_name"/></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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue