mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-20 05:02:03 +02:00
Initial commit: Mail packages
This commit is contained in:
commit
4e53507711
1948 changed files with 751201 additions and 0 deletions
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
<record id="digest.digest_digest_default" model="digest.digest">
|
||||
<field name="kpi_livechat_rating">True</field>
|
||||
<field name="kpi_livechat_conversations">True</field>
|
||||
<field name="kpi_livechat_response">True</field>
|
||||
</record>
|
||||
</data>
|
||||
|
||||
<data>
|
||||
<record id="digest_tip_im_livechat_0" model="digest.tip">
|
||||
<field name="name">Tip: Use canned responses to chat faster</field>
|
||||
<field name="sequence">2900</field>
|
||||
<field name="group_id" ref="im_livechat.im_livechat_group_manager" />
|
||||
<field name="tip_description" type="html">
|
||||
<div>
|
||||
<p class="tip_title">Tip: Use canned responses to chat faster</p>
|
||||
<p class="tip_content">Use canned responses to define templates of messages in the livechat app. To load a canned response, start your sentence with ':' and select the template.</p>
|
||||
<img src="https://download.odoocdn.com/digests/im_livechat/static/src/img/canned-responses.gif" class="illustration_border" />
|
||||
</div>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue