odoo/addons/im_livechat
Denis Ledoux dea3fdeeed [FIX] im_livechat: many2one channel_id of im_session to the right model.
In im_session model, field channel_id was a many2one to im_user, or, obviously, this should be a many2one to im_livechat.channel
Well, obviously, this is a copy/paste error (or distraction, your choice!). This fix should normally not be pushed on a stable branch (like the current one, saas-2), but considering the severity of the problem, and the few changes in database (alter foreign key only), this is acceptable. Why such a big mistake has not been seen earlier ? Do you even test or read back what you write ?

bzr revid: dle@openerp.com-20131204122727-q0ch5j2v8rrli41e
2013-12-04 13:27:27 +01:00
..
security Re-enabled history of live chat 2013-09-02 15:56:01 +02:00
static Fixed small bug in live support 2013-09-02 18:15:17 +02:00
__init__.py Renammed modules 2013-03-15 12:21:53 +01:00
__openerp__.py Renammed modules 2013-03-15 12:21:53 +01:00
im_livechat.py [FIX] im_livechat: many2one channel_id of im_session to the right model. 2013-12-04 13:27:27 +01:00
im_livechat_demo.xml Renammed modules 2013-03-15 12:21:53 +01:00
im_livechat_view.xml Re-enabled history of live chat 2013-09-02 15:56:01 +02:00
include.html Put requirejs in libs 2013-08-13 15:54:04 +02:00
loader.js Put ChatButton in livechat 2013-08-19 16:21:39 +02:00
web_page.html Renammed modules 2013-03-15 12:21:53 +01:00