Odoo18-Base/addons/im_livechat/data/mail_shortcode_data.xml
2025-03-10 11:12:23 +07:00

7 lines
273 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo><data noupdate="1">
<record id="mail_shortcode_data_hello" model="mail.shortcode">
<field name="source">hello</field>
<field name="substitution">Hello. How may I help you?</field>
</record>
</data></odoo>