Skip to content
Snippets Groups Projects
Commit 7eead568 authored by root's avatar root
Browse files

[FIX] im_livechat: noupdate around default livechat channel


Before this update if you would update the module the default livechat details would be reset.
By wrapping it in a no-update they're not updated with a module update.

closes odoo/odoo#70006

X-original-commit: 45c330c1
Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
parent d75905f7
Branches
Tags
No related merge requests found
<?xml version="1.0"?>
<odoo>
<data>
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment