Skip to content

Commit

Permalink
fixup! [IMP] *: Improvment of the mail messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeschwa committed Jul 19, 2024
1 parent 8004279 commit 62f38cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion corporate_gifts/data/mail_message.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<field name="message_type">email</field>
<field name="author_id" ref="base.partner_root"/>
<field name="subject">🚀 Get started with Odoo Corporate Gifts</field>
<field name="subject">Knowledge article</field>
<field name="body" model="knowledge.article" eval="
'&lt;span>&#x1F44B; Hi! Follow this &lt;a href=\'/odoo/knowledge/33\'>onboarding guide&lt;/a>. You can find it anytime in the Knowledge app.&lt;/span>'"/>
</record>
Expand Down
2 changes: 1 addition & 1 deletion solar_installation/data/mail_message.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<field name="subtype_id" ref="mail.mt_comment"/>
<field name="subject">🚀 Get started with Odoo Solar Installation</field>
<field name="body" model="knowledge.article" eval="
'&lt;span>&#x1F44B; Hi! Follow this &lt;a href=\'/odoo/knowledge/33\'>onboarding guide&lt;/a>. You can find it anytime in the Knowledge app.&lt;/span>'"/>
'&lt;span>&#x1F44B; Hi! Follow this &lt;a href=\'/odoo/knowledge/34\'>onboarding guide&lt;/a>. You can find it anytime in the Knowledge app.&lt;/span>'"/>
</record>
</odoo>

0 comments on commit 62f38cf

Please sign in to comment.