odoo18/addons_extensions/knowledge/data/digest_data.xml

42 lines
2.1 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<odoo>
<data>
<record id="digest_tip_knowledge_0" model="digest.tip">
<field name="name">Tip: A Knowledge well kept</field>
<field name="sequence">4100</field>
<field name="group_id" ref="base.group_user"/>
<field name="tip_description" type="html">
<div>
<p class="tip_title">Tip: A Knowledge well kept</p>
<p class="tip_content">Did you know that access rights can be defined per user on any Knowledge Article?</p>
<img src="https://download.ftpcdn.com/digests/knowledge/static/src/img/18-knowledge-article-acl.gif" width="540" class="illustration_border"/>
</div>
</field>
</record>
<record id="digest_tip_knowledge_1" model="digest.tip">
<field name="name">Tip: Use Clipboards to easily inject repetitive content</field>
<field name="sequence">4200</field>
<field name="group_id" ref="base.group_user"/>
<field name="tip_description" type="html">
<div>
<p class="tip_title">Tip: Use Clipboards to easily inject repetitive content</p>
<p class="tip_content">Use the /clipboard command on a Knowledge Article and get going.</p>
<img src="https://download.ftpcdn.com/digests/knowledge/static/src/img/18-knowledge-article-clipboard.gif" width="540" class="illustration_border"/>
</div>
</field>
</record>
<record id="digest_tip_knowledge_2" model="digest.tip">
<field name="name">Tip: Be on the same page</field>
<field name="sequence">4300</field>
<field name="group_id" ref="base.group_user"/>
<field name="tip_description" type="html">
<div>
<p class="tip_title">Tip: Be on the same page</p>
<p class="tip_content">Start working together on any Knowledge Article by sharing your article with others.</p>
<img src="https://download.ftpcdn.com/digests/knowledge/static/src/img/18-knowledge-article-collaboration.gif" width="540" class="illustration_border"/>
</div>
</field>
</record>
</data>
</odoo>