summaryrefslogtreecommitdiff
path: root/addons/im_livechat/data/im_livechat_channel_data.xml
blob: 69c756b12b47a7af4300860769eeff0512df6669 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<odoo>
    <data noupdate="1">
        <record id="im_livechat_channel_data" model="im_livechat.channel">
            <field name="name">YourWebsite.com</field>
            <field name="default_message">Hello, how may I help you?</field>
        </record>
    </data>
</odoo>