[IMP] Rounding should be done on move immediately to default UoM and quants should...
[odoo/odoo.git] / addons / website_livechat / website_livechat_data.xml
1 <?xml version="1.0" encoding="utf-8"?>
2  <openerp>
3      <data noupdate="1">
4
5          <record id="channel_website" model="im_livechat.channel">
6              <field name="name">YourWebsiteWithOdoo.com</field>
7              <field name="default_message">Hello, how may I help you?</field>
8          </record>
9
10          <record id="website.default_website" model="website">
11              <field name="channel_id" ref="website_livechat.channel_website"></field>
12          </record>
13
14      </data>
15  </openerp>